From 74683c4614e348752e41358073746404474c9f5b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 14 Mar 2016 14:36:39 +0100 Subject: [PATCH] library/roles/foreman/tasks/foreman-packages.yml: Do not run the foreman installer by default. --- foreman/tasks/foreman-packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/foreman/tasks/foreman-packages.yml b/foreman/tasks/foreman-packages.yml index 9b237817..dc0cf6de 100644 --- a/foreman/tasks/foreman-packages.yml +++ b/foreman/tasks/foreman-packages.yml @@ -27,7 +27,7 @@ register: foreman_installer_pkg tags: foreman -- name: Run the foremann installer - shell: foreman-installer - when: foreman_installer_pkg | changed - tags: foreman +#- name: Run the foremann installer +# shell: foreman-installer +# when: foreman_installer_pkg | changed +# tags: foreman