Document that the el6_templ_instance playbook might require -c paramiko

This commit is contained in:
Pierre-Yves Chibon 2014-06-26 16:46:41 +02:00
parent 8c9f7f86c5
commit ce3175fdbb

View file

@ -1,5 +1,7 @@
# setup a transient el6 instance # setup a transient el6 instance
# optionally can take --extra-vars="hostbase=hostnamebase root_auth_users='user1 user2 user3'" # optionally can take --extra-vars="hostbase=hostnamebase root_auth_users='user1 user2 user3'"
#
# You might need to run it with `-c paramiko` for it to finish cleanly
- name: check/create instance - name: check/create instance
hosts: lockbox01.phx2.fedoraproject.org hosts: lockbox01.phx2.fedoraproject.org