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 2d95b7d commit c38f9fdCopy full SHA for c38f9fd
ansible/roles/nhc/tasks/boot.yml
@@ -1,10 +1,3 @@
1
-- name: Ensure NHC configuration directory exists
2
- ansible.builtin.file:
3
- path: /etc/nhc
4
- state: directory
5
- owner: root
6
- group: root
7
- mode: u=rwX,go= # HealthCheckProgram is run by root
8
9
- name: Copy stored NHC configuration to active location
10
ansible.builtin.copy:
ansible/roles/nhc/tasks/main.yml
@@ -1,12 +1,4 @@
-
- name: Template out NHC configuration
11
ansible.builtin.template:
12
src: "{{ nhc_config_template }}"
0 commit comments