From d08a59d8ea6412ed273ca690c99edd4098f7dcde Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Tue, 17 Nov 2020 15:35:43 +0100 Subject: [PATCH] Add evomaintenance --- kvmstats/deploy-kvmstats.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kvmstats/deploy-kvmstats.yml b/kvmstats/deploy-kvmstats.yml index 8a78141..25e1601 100644 --- a/kvmstats/deploy-kvmstats.yml +++ b/kvmstats/deploy-kvmstats.yml @@ -4,6 +4,13 @@ - hosts: all become: yes + pre_tasks: + - include_role: + name: etc-git + tasks_from: commit.yml + vars: + commit_message: "Ansible pre-run deploy-kvmstats.yml" + tasks: - name: kvmstats is installed copy: @@ -20,3 +27,10 @@ dest: /var/www/index.html insertbefore: '' line: '
  • kvmstats
  • ' + + post_tasks: + - include_role: + name: etc-git + tasks_from: commit.yml + vars: + commit_message: "Ansible post-run check_ssl.yml"