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