fix conditional

This commit is contained in:
Kevin Fenzi 2016-07-19 16:38:26 +00:00
parent acce87deff
commit 72ffddbe97

View file

@ -123,7 +123,7 @@
- ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vnc_enabled value=True
notify:
- restart openstack-nova-compute
when: 'ppc' not in ansible_hostname
when: not inventory_hostname.startswith('fed-cloud-ppc')
- ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vncserver_listen value=0.0.0.0
notify:
- restart openstack-nova-compute