Remove converge.yml
This commit is contained in:
parent
c3d361c1e7
commit
0813bbaa44
|
@ -8,6 +8,3 @@ mock_roles:
|
||||||
- slococo.playground.local_accounts
|
- slococo.playground.local_accounts
|
||||||
- slococo.playground_nodeps.ssh_config
|
- slococo.playground_nodeps.ssh_config
|
||||||
- slococo.playground_nodeps.local_accounts
|
- slococo.playground_nodeps.local_accounts
|
||||||
|
|
||||||
exclude_paths:
|
|
||||||
- converge.yml
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
- name: Include a playbook from a collection
|
|
||||||
ansible.builtin.import_playbook: slococo.playground.main
|
|
|
@ -18,4 +18,4 @@ provisioner:
|
||||||
defaults:
|
defaults:
|
||||||
remote_tmp: /tmp
|
remote_tmp: /tmp
|
||||||
playbooks:
|
playbooks:
|
||||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
converge: ${MOLECULE_PLAYBOOK:-../../playbooks/main.yml}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
- name: Include a playbook from a collection
|
|
||||||
ansible.builtin.import_playbook: slococo.playground_nodeps.main
|
|
|
@ -18,4 +18,4 @@ provisioner:
|
||||||
defaults:
|
defaults:
|
||||||
remote_tmp: /tmp
|
remote_tmp: /tmp
|
||||||
playbooks:
|
playbooks:
|
||||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
converge: ${MOLECULE_PLAYBOOK:-../../playbooks/main.yml}
|
||||||
|
|
Loading…
Reference in New Issue