fix conditional
This commit is contained in:
parent
acce87deff
commit
72ffddbe97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue