Skip to content

Commit 30de6c9

Browse files
authored
Merge pull request #504 from LorenzoBettini/patch-2
name[play]: All plays should be named.
2 parents 9714c4b + 5ab399e commit 30de6c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

molecule/molecule/default/converge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
cache_valid_time: 3600
1010
when: ansible_os_family == 'Debian'
1111

12-
- ansible.builtin.import_playbook: ../../main.yml
12+
- name: Import playbook
13+
ansible.builtin.import_playbook: ../../main.yml

0 commit comments

Comments
 (0)