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

Commit ec631ae

Browse files
author
staticdev
committed
Fix syntax error
1 parent 9ea2b06 commit ec631ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

molecule/default/converge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
- name: "Include ansible-role-python-developer"
1616
include_role:
1717
name: "ansible-role-python-developer"
18-
vars:
19-
install_pycharm: true
20-
pycharm_flavor: pycharm-educational
18+
vars:
19+
install_pycharm: true
20+
pycharm_flavor: pycharm-educational

0 commit comments

Comments
 (0)