diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-08 16:41:16 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-22 08:49:23 +0200 |
commit | d7927502fed8ad19ef5d27f688e0a1cc17b60a4b (patch) | |
tree | c07e349d9c8cb856cb098c2ea41a80fa6d5e6cec /ansible/roles/dns | |
parent | 481040facee44e617cc5a238b417a18dac7de262 (diff) |
[MOLECULE 3.3.0] Update converge playbook file names
In 3.x.x version family of Molecule the 'playbook.yml' file
for 'converge' action has changed to 'converge.yml'.
Ref.: https://github.com/ansible-community/molecule/issues/2560
Change-Id: I8710ebd5710237be138f2aff8943d6c949058dbd
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/dns')
-rw-r--r-- | ansible/roles/dns/molecule/default/converge.yml (renamed from ansible/roles/dns/molecule/default/playbook.yml) | 0 | ||||
-rw-r--r-- | ansible/roles/dns/molecule/ubuntu/molecule.yml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dns/molecule/default/playbook.yml b/ansible/roles/dns/molecule/default/converge.yml index 8754f8b0..8754f8b0 100644 --- a/ansible/roles/dns/molecule/default/playbook.yml +++ b/ansible/roles/dns/molecule/default/converge.yml diff --git a/ansible/roles/dns/molecule/ubuntu/molecule.yml b/ansible/roles/dns/molecule/ubuntu/molecule.yml index 5621b733..ae763c22 100644 --- a/ansible/roles/dns/molecule/ubuntu/molecule.yml +++ b/ansible/roles/dns/molecule/ubuntu/molecule.yml @@ -25,7 +25,7 @@ provisioner: ANSIBLE_LIBRARY: ../../../../library playbooks: prepare: ../default/prepare.yml - converge: ../default/playbook.yml + converge: ../default/converge.yml cleanup: ../default/cleanup.yml inventory: host_vars: |