Skip to content

Commit c38f9fd

Browse files
committed
remove un-needed nhc conf dir tasks
1 parent 2d95b7d commit c38f9fd

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

ansible/roles/nhc/tasks/boot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
81

92
- name: Copy stored NHC configuration to active location
103
ansible.builtin.copy:

ansible/roles/nhc/tasks/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11

2-
- name: Ensure NHC configuration directory exists
3-
ansible.builtin.file:
4-
path: /etc/nhc
5-
state: directory
6-
owner: root
7-
group: root
8-
mode: u=rwX,go= # HealthCheckProgram is run by root
9-
102
- name: Template out NHC configuration
113
ansible.builtin.template:
124
src: "{{ nhc_config_template }}"

0 commit comments

Comments
 (0)