Remove meta import from all secondary config playbooks

This commit is contained in:
Ethan Paul 2020-03-22 21:21:26 -04:00
parent d15779f99a
commit 9970e17d2f
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
3 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,4 @@
--- ---
- import_playbook: meta.yml
- name: Configure system authentication - name: Configure system authentication
hosts: all hosts: all
roles: roles:

View File

@ -1,6 +1,4 @@
--- ---
- import_playbook: meta.yml
- name: Configure environment - name: Configure environment
hosts: all hosts: all
tasks: tasks:

View File

@ -1,6 +1,4 @@
--- ---
- import_playbook: meta.yml
- name: Configure router - name: Configure router
hosts: router hosts: router
gather_facts: false gather_facts: false