summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/main.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2014-05-22 11:50:10 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2014-05-22 11:50:10 +0200
commitfda2fe7948d4d437e1f7a6e21cc07724d1e16bdb (patch)
tree2c59a70cadf040c2ae43879480a053f207be2249 /roles/common/tasks/main.yml
parente9c547aa1aa29e15e73a4b749c16492e1449f492 (diff)
downloadplaybooks-ansible-fda2fe7948d4d437e1f7a6e21cc07724d1e16bdb.tar.gz
playbooks-ansible-fda2fe7948d4d437e1f7a6e21cc07724d1e16bdb.tar.xz
playbooks-ansible-fda2fe7948d4d437e1f7a6e21cc07724d1e16bdb.zip
Revert "Create catrust role needed to run before common role"
This reverts commit c25b2229d3e03255a69f42175e9fe7979a9d78b4. Handlers of catrust role is not launched before the start of common role.
Diffstat (limited to 'roles/common/tasks/main.yml')
-rw-r--r--roles/common/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml
index 6d3e2ef..afaa4cb 100644
--- a/roles/common/tasks/main.yml
+++ b/roles/common/tasks/main.yml
@@ -13,6 +13,9 @@
- name: Configurations variables fichier setvars
include: setvars.yml
+- name: Gestion des Autorités de Certification
+ include: ca.yml
+
- name: Configuration Yum
include: yum.yml