Merge "Use canonical hostname when setting up network ports"

This commit is contained in:
Zuul 2019-07-28 16:54:35 +00:00 committed by Gerrit Code Review
commit 251b300a96
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Set node name fact
set_fact:
node_hostname: "{{ ansible_hostname }}"
node_hostname: "{{ canonical_hostname }}"
- include_tasks: certificate.yml
when: