Skip to content
Snippets Groups Projects
Commit 936bb662 authored by Lars Beckers's avatar Lars Beckers
Browse files

ensure that we can update just the group all without breakage

parent dab1ebf9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
- name: ensure the hostname is not a fqdn for non-hypervisors
hostname: name="{{ inventory_hostname }}"
when: not (inventory_hostname in groups['vm-hosts']) and not (inventory_hostname in groups['vm-master'])
when: not (inventory_hostname in groups['vm-hosts']) and not (inventory_hostname == 'cloud')
tags:
- dns
- network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment