diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2014-11-04 02:22:30 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2014-11-04 02:22:30 +0000 |
| commit | fc2aae01ac3b91e166d1a3432e8cc0cc62884ae6 (patch) | |
| tree | 0452633281948eb787c7fa6185394c4283e8dcbe | |
| parent | d0591e803744b1edc3a252fda4f35b0edcdb9b3c (diff) | |
ooops
| -rw-r--r-- | roles/hosts/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hosts/tasks/main.yml b/roles/hosts/tasks/main.yml index 1a258fd8d..db7eb745d 100644 --- a/roles/hosts/tasks/main.yml +++ b/roles/hosts/tasks/main.yml @@ -16,7 +16,7 @@ - "{{ ansible_fqdn }}-hosts" - "{{ ansible_hostname }}-hosts" - "{{ ansible_domain }}-hosts" - = "{{ datacenter }}-hosts" + - "{{ datacenter }}-hosts" - "{{ host_group }}-hosts" skip: true tags: |
