awx, not aws...

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-04-11 16:10:48 +00:00
parent 4130e9a467
commit 6afb864cad

View file

@ -20,12 +20,12 @@
version: master
- name: Copy inventory file over
template: src=inventory dest=/srv/aws/installer/inventory
template: src=inventory dest=/srv/awx/installer/inventory
- name: run ansible
shell: "ansible-playbook install.yml -i inventory"
args:
chdir: "/srv/aws/installer"
chdir: "/srv/awx/installer"
register: run_ansible_out
- name: display run ansible stdout_lines