Remove embedded converge.yml
continuous-integration/drone/push Build is passing Details

See https://github.com/ansible-community/molecule/issues/2675.
This commit is contained in:
Luke Murphy 2020-04-27 15:51:28 +02:00
parent a2ee39a2f0
commit dfb003fdcb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
---
- name: Converge
hosts: all
tasks:
- name: "Include {{ cookiecutter.role_name }}"
include_role:
name: "{{ cookiecutter.role_name }}"