From e62d3fae8804998b29b6ad9c763e173c6397e6ef Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sun, 16 May 2021 15:56:03 -0500 Subject: [PATCH] monit do no harm --- roles/monit/tasks/install.yml | 12 ++++++------ roles/monit/templates/{monitrc => monitrc.unused} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename roles/monit/templates/{monitrc => monitrc.unused} (100%) diff --git a/roles/monit/tasks/install.yml b/roles/monit/tasks/install.yml index 271f6e074..bc6173468 100644 --- a/roles/monit/tasks/install.yml +++ b/roles/monit/tasks/install.yml @@ -9,14 +9,14 @@ # state: present # when: is_debian and ansible_distribution_major_version == "8" -- name: Install /etc/monitrc from template - template: - backup: yes - src: monitrc - dest: /etc/monitrc +#- name: Install /etc/monitrc from template +# template: +# backup: yes +# src: monitrc +# dest: /etc/monitrc #owner: root #group: root - mode: '0600' +# mode: '0600' # - name: Install config file /etc/monit.d/watchdog from template (NEVER RUNS, WHY?) # template: diff --git a/roles/monit/templates/monitrc b/roles/monit/templates/monitrc.unused similarity index 100% rename from roles/monit/templates/monitrc rename to roles/monit/templates/monitrc.unused