Skip to content

Commit 983fca1

Browse files
committed
rememeber compute-init config is synced to /var/tmp
1 parent a62ca70 commit 983fca1

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: "/exports/cluster share/hostconfig/{{ ansible_host }}"
4+
src: "/var/tmp/cluster/hostconfig/{{ ansible_host }}/nhc.conf"
55
dest: /etc/nhc/nhc.conf
66
owner: root
77
group: root

0 commit comments

Comments
 (0)