Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 0297773

Browse files
author
staticdev
committed
Update molecule default scenario
1 parent 72f2c14 commit 0297773

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

molecule/default/converge.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
apt: update_cache=yes cache_valid_time=600
99
when: ansible_os_family == 'Debian'
1010

11-
roles:
12-
- ansible-role-python-developer
11+
# roles:
12+
# - ansible-role-python-developer
13+
# create proper scenario after fix of https://github.com/ansible-community/molecule/issues/3158
14+
tasks:
15+
- name: "Include ansible-role-python-developer"
16+
include_role:
17+
name: "ansible-role-python-developer"

0 commit comments

Comments
 (0)