From 9970e17d2f3c3164d489ce27378b16bb18c3f9e2 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sun, 22 Mar 2020 21:21:26 -0400 Subject: [PATCH] Remove meta import from all secondary config playbooks --- playbooks/configure-auth.yml | 2 -- playbooks/configure-env.yml | 2 -- playbooks/configure-network.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/playbooks/configure-auth.yml b/playbooks/configure-auth.yml index 57d29d1..d5cabf4 100644 --- a/playbooks/configure-auth.yml +++ b/playbooks/configure-auth.yml @@ -1,6 +1,4 @@ --- -- import_playbook: meta.yml - - name: Configure system authentication hosts: all roles: diff --git a/playbooks/configure-env.yml b/playbooks/configure-env.yml index 4f2ba72..4d1642f 100644 --- a/playbooks/configure-env.yml +++ b/playbooks/configure-env.yml @@ -1,6 +1,4 @@ --- -- import_playbook: meta.yml - - name: Configure environment hosts: all tasks: diff --git a/playbooks/configure-network.yml b/playbooks/configure-network.yml index 98427cf..0381911 100644 --- a/playbooks/configure-network.yml +++ b/playbooks/configure-network.yml @@ -1,6 +1,4 @@ --- -- import_playbook: meta.yml - - name: Configure router hosts: router gather_facts: false