awx, not aws...
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
4130e9a467
commit
6afb864cad
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@
|
||||||
version: master
|
version: master
|
||||||
|
|
||||||
- name: Copy inventory file over
|
- name: Copy inventory file over
|
||||||
template: src=inventory dest=/srv/aws/installer/inventory
|
template: src=inventory dest=/srv/awx/installer/inventory
|
||||||
|
|
||||||
- name: run ansible
|
- name: run ansible
|
||||||
shell: "ansible-playbook install.yml -i inventory"
|
shell: "ansible-playbook install.yml -i inventory"
|
||||||
args:
|
args:
|
||||||
chdir: "/srv/aws/installer"
|
chdir: "/srv/awx/installer"
|
||||||
register: run_ansible_out
|
register: run_ansible_out
|
||||||
|
|
||||||
- name: display run ansible stdout_lines
|
- name: display run ansible stdout_lines
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue