From 064055b5c84731eb0847dc2dcf449483f750212c Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Tue, 12 May 2020 15:05:07 +0200 Subject: [PATCH] Execute Evocheck at the end of the Evolixisation process --- evolixisation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evolixisation.yml b/evolixisation.yml index a0ee92d..003d941 100644 --- a/evolixisation.yml +++ b/evolixisation.yml @@ -35,6 +35,9 @@ - include: "tasks/commit_etc_git.yml" vars: commit_message: "Ansible - Evolixisation" + - include_role: + name: evocheck + tasks_from: exec.yml # environment: # PKG_PATH: "http://ftp.openbsd.org/pub/OpenBSD/{{ ansible_distribution_version }}/packages/{{ ansible_architecture }}/"