From b53f7dc0c0b70cd5d478bfc65cce60f975b6d7e2 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 25 Jun 2020 16:07:43 +0200 Subject: [PATCH] 15_roles: changement de cibles pour utilisation via awx --- 15_roles/apache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_roles/apache.yml b/15_roles/apache.yml index 52eef32..bb013de 100644 --- a/15_roles/apache.yml +++ b/15_roles/apache.yml @@ -1,4 +1,4 @@ --- -- hosts: test +- hosts: all roles: - myapache \ No newline at end of file