diff options
author | Miroslav Suchý <msuchy@redhat.com> | 2015-01-27 16:34:06 +0000 |
---|---|---|
committer | Miroslav Suchý <msuchy@redhat.com> | 2015-01-27 16:34:36 +0000 |
commit | cd069b4736d340b2fbfbc39fcf52b81d75257e46 (patch) | |
tree | 47483823010a1af18dfc4e183b16cb4b3af4b8ce | |
parent | a495fe72f74f072e938a2ae2b3d60921c92d1fe6 (diff) | |
download | ansible-cd069b4736d340b2fbfbc39fcf52b81d75257e46.tar.gz ansible-cd069b4736d340b2fbfbc39fcf52b81d75257e46.tar.xz ansible-cd069b4736d340b2fbfbc39fcf52b81d75257e46.zip |
make note that we should reboot
-rw-r--r-- | playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index e04892d14..54329f08f 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -137,6 +137,8 @@ when: packstack_sucessfully_finished.stat.exists == False - file: path=/etc/packstack_sucessfully_finished state=touch + # FIXME we should really reboot here + # http://docs.openstack.org/icehouse/install-guide/install/yum/content/basics-queue.html # https://openstack.redhat.com/Securing_services#qpid #### FIXME |