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 a62ca70 commit 983fca1Copy full SHA for 983fca1
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: "/exports/cluster share/hostconfig/{{ ansible_host }}"
+ src: "/var/tmp/cluster/hostconfig/{{ ansible_host }}/nhc.conf"
5
dest: /etc/nhc/nhc.conf
6
owner: root
7
group: root
0 commit comments