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:
parent
23f547dc4e
commit
bd7ce42670
@ -296,7 +296,7 @@ class AnsibleAutoPluginDirective(Directive):
|
|||||||
molecule_playbook_path = os.path.join(
|
molecule_playbook_path = os.path.join(
|
||||||
molecule_path,
|
molecule_path,
|
||||||
test,
|
test,
|
||||||
'playbook.yml'
|
'converge.yml'
|
||||||
)
|
)
|
||||||
with open(molecule_playbook_path) as f:
|
with open(molecule_playbook_path) as f:
|
||||||
molecule_playbook = DOCYAML.load(f.read())
|
molecule_playbook = DOCYAML.load(f.read())
|
||||||
|
Loading…
Reference in New Issue
Block a user