We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2fa05 commit 9322e0eCopy full SHA for 9322e0e
ansible/roles/nhc/tasks/import.yml
@@ -1,7 +1,7 @@
1
- name: Copy stored NHC configuration to active location
2
ansible.builtin.copy:
3
remote_src: true
4
- src: "/var/tmp/cluster/hostconfig/{{ ansible_host }}/nhc.conf"
+ src: "/var/tmp/cluster/hostconfig/{{ ansible_hostname }}/nhc.conf"
5
dest: /etc/nhc/nhc.conf
6
owner: root
7
group: root
0 commit comments