From 4e5d477c7789bf9cbafb12e8ce45b26832905860 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Fri, 21 Jun 2019 19:28:33 -0400 Subject: [PATCH] Add bool to line. Change to own repo. --- roles/requirements.yml | 2 +- roles/toal-common/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index e743fb1..ff83a85 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -1,2 +1,2 @@ # Ansible Red -- src: https://github.com/mgmt-sa-tiger-team/lightbulb-ansiblered-deck +- src: https://github.com/ptoal/lightbulb-ansiblered-deck diff --git a/roles/toal-common/tasks/main.yml b/roles/toal-common/tasks/main.yml index 34fabd9..3a26e87 100644 --- a/roles/toal-common/tasks/main.yml +++ b/roles/toal-common/tasks/main.yml @@ -17,7 +17,7 @@ yum: name: katello-agent state: present - when: foreman + when: foreman|bool - name: Install insights-client on RHEL systems yum: