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

Commit 042df84

Browse files
authored
Merge pull request #58 from staticdev/bug/requirements-and-converge-out-of-standard
Fix requirements and molecule tests
2 parents 5012dd6 + 1ec6292 commit 042df84

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

molecule/default/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
when: ansible_os_family == 'Debian'
1111

1212
roles:
13-
- ansible-role-python-developer
13+
- staticdev.python_developer

molecule/pycharm-install/converge.yml renamed to molecule/pycharm/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
tasks:
1313
- name: "Include ansible-role-python-developer"
1414
include_role:
15-
name: "ansible-role-python-developer"
15+
name: "staticdev.python_developer"
1616
vars:
1717
install_pycharm: true
1818
pycharm_flavor: professional
File renamed without changes.

molecule/vscode/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
tasks:
1313
- name: "Include ansible-role-python-developer"
1414
include_role:
15-
name: "ansible-role-python-developer"
15+
name: "staticdev.python_developer"
1616
vars:
1717
install_vscode: true
1818
vscode_extensions:

requirements.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ roles:
55
- name: gantsign.visual-studio-code
66
version: 6.6.0
77
when: "{{ install_vscode }}"
8+
9+
collections:
10+
- name: community.general
11+
version: 3.3.2

0 commit comments

Comments
 (0)