Remove meta import from all secondary config playbooks
This commit is contained in:
parent
d15779f99a
commit
9970e17d2f
@ -1,6 +1,4 @@
|
||||
---
|
||||
- import_playbook: meta.yml
|
||||
|
||||
- name: Configure system authentication
|
||||
hosts: all
|
||||
roles:
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
- import_playbook: meta.yml
|
||||
|
||||
- name: Configure environment
|
||||
hosts: all
|
||||
tasks:
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
- import_playbook: meta.yml
|
||||
|
||||
- name: Configure router
|
||||
hosts: router
|
||||
gather_facts: false
|
||||
|
Reference in New Issue
Block a user