library/roles/foreman/tasks/foreman-packages.yml: Do not run the foreman installer by default.

This commit is contained in:
Andrea Dell'Amico 2016-03-14 14:36:39 +01:00
parent 1095dd936c
commit 74683c4614
1 changed files with 4 additions and 4 deletions

View File

@ -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