Commit c69d19f1 by Edward Zarecor

Merge pull request #2510 from edx/e0d/remove_aws_include

E0d/remove aws include
parents f51d3d43 4bbf2475
- name: Deploy the edx_ansible role - name: Deploy the edx_ansible on AWS
hosts: all hosts: all
sudo: True sudo: True
gather_facts: True gather_facts: True
...@@ -6,4 +6,6 @@ ...@@ -6,4 +6,6 @@
serial_count: 1 serial_count: 1
serial: "{{ serial_count }}" serial: "{{ serial_count }}"
roles: roles:
- common
- aws
- edx_ansible - edx_ansible
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
# #
## ##
# Role includes for role edx_ansible # Role includes for role edx_ansible
dependencies: dependencies:
- common - common_vars
- aws
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment