correct name of variable

This commit is contained in:
Miroslav Suchý 2014-09-19 16:34:26 +00:00
parent a302055f07
commit 8d4b350b93

View file

@ -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