Skip to content

Commit

Permalink
Fix error from freeipa_dns_servers changes
Browse files Browse the repository at this point in the history
 [WARNING]: While constructing a mapping from /data/ playbooks/roles/freeipa-install/tasks/main.yaml, line 150, column 9, found a duplicate dict key
(ipa_dns_servers). Using last defined value only.

 [WARNING]: Could not match supplied host pattern, ignoring: freeipa
  • Loading branch information
zultron committed Jun 26, 2018
1 parent f4a5783 commit f45d4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/freeipa-install/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

- name: "Construct FreeIPA internal IP fact"
set_fact:
ipa_dns_servers: "{{freeipa_dns_servers | join(' ')}}"
# ipa_dns_servers: "{{freeipa_dns_servers | join(' ')}}"
ipa_dns_servers: "{{hostvars | freeipa_dns_servers_ips | join(' ')}}"

- name: "Template resolved.conf with FreeIPA IPs"
Expand Down

0 comments on commit f45d4bd

Please sign in to comment.