Skip to content

Commit 9322e0e

Browse files
committed
fix path to shared compute-init files for NHC
1 parent 9e2fa05 commit 9322e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/nhc/tasks/import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: Copy stored NHC configuration to active location
22
ansible.builtin.copy:
33
remote_src: true
4-
src: "/var/tmp/cluster/hostconfig/{{ ansible_host }}/nhc.conf"
4+
src: "/var/tmp/cluster/hostconfig/{{ ansible_hostname }}/nhc.conf"
55
dest: /etc/nhc/nhc.conf
66
owner: root
77
group: root

0 commit comments

Comments
 (0)