correct name of variable
This commit is contained in:
parent
a302055f07
commit
8d4b350b93
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
- template: src={{ files }}/fedora-cloud/packstack-controller-answers.txt dest=/root/ owner=root mode=0600
|
||||
- authorized_key: user=root key="{{ lookup('file', files + '/fedora-cloud/fed09-ssh-key.pub') }}"
|
||||
- command: packstack --answer-file=/root/packstack-controller-answers.txt
|
||||
when: packstack_sucessfully_finished.state.exists == False
|
||||
when: packstack_sucessfully_finished.stat.exists == False
|
||||
- file: path=/etc/packstack_sucessfully_finished state=touch
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue