Rename playbook.yml to converge.yml

Migrates testing playbook name to the new name used in molecule v3.

Change-Id: I1dcad6039624e66f780a54dc8e65b8a221e65c00
This commit is contained in:
Sorin Sbarnea 2020-03-10 17:37:21 +00:00
parent 23f547dc4e
commit bd7ce42670
80 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ class AnsibleAutoPluginDirective(Directive):
molecule_playbook_path = os.path.join(
molecule_path,
test,
'playbook.yml'
'converge.yml'
)
with open(molecule_playbook_path) as f:
molecule_playbook = DOCYAML.load(f.read())