From f43af3bd03982ce9ca78270f865e7c70dc2ee6e7 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Fri, 21 Jun 2019 08:54:46 -0400 Subject: [PATCH] Add common setup to bootstrap.yml --- bootstrap.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bootstrap.yml b/bootstrap.yml index 800a89e..38181e8 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -7,3 +7,9 @@ when: ansible_facts['os_family'] == "Debian" - role: alvaroaleman.freeipa-client when: ansible_facts['os_family'] == "RedHat" + +- name: Set up Basic Lab Packages + hosts: all + become: yes + roles: + - role: toal-common