Skip to content

Commit 5433673

Browse files
committed
Disabled molecule role_name_check
- Bump molecule version 4.0.0
1 parent 35df64b commit 5433673

File tree

10 files changed

+28
-12
lines changed

10 files changed

+28
-12
lines changed

.ansible-lint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
skip_list: []
1+
skip_list:
2+
- 'role-name'

molecule/centos7/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# skip role name check
3+
# see https://github.com/ansible/ansible-compat/issues/78
4+
role_name_check: 1
25
dependency:
36
name: galaxy
47
enabled: false

molecule/centos8/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# skip role name check
3+
# see https://github.com/ansible/ansible-compat/issues/78
4+
role_name_check: 1
25
dependency:
36
name: galaxy
47
enabled: false

molecule/debian10/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# skip role name check
3+
# see https://github.com/ansible/ansible-compat/issues/78
4+
role_name_check: 1
25
dependency:
36
name: galaxy
47
enabled: false

molecule/debian9/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# skip role name check
3+
# see https://github.com/ansible/ansible-compat/issues/78
4+
role_name_check: 1
25
dependency:
36
name: galaxy
47
enabled: false

molecule/ubuntu1604/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# skip role name check
3+
# see https://github.com/ansible/ansible-compat/issues/78
4+
role_name_check: 1
25
dependency:
36
name: galaxy
47
enabled: false

molecule/ubuntu1804/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# skip role name check
3+
# see https://github.com/ansible/ansible-compat/issues/78
4+
role_name_check: 1
25
dependency:
36
name: galaxy
47
enabled: false

molecule/ubuntu2004/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# skip role name check
3+
# see https://github.com/ansible/ansible-compat/issues/78
4+
role_name_check: 1
25
dependency:
36
name: galaxy
47
enabled: false

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ tox = "^3.23.0"
1919
black = "^21.9b0"
2020
ansible-lint = "^5.1.3"
2121
mkdocs = "^1.1.2"
22-
molecule = {extras = ["docker"], version = "^3.3.0"}
22+
# molecule > 4.0.0 support skip role-name check
23+
# see https://github.com/ansible/ansible-compat/issues/78
24+
molecule = {extras = ["docker"], version = "^4.0.0"}
2325
yamllint = "^1.26.0"
2426
mkdocs-material = "^7.3.0"
2527

requirements-dev.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@ arrow==1.3.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platf
44
astroid==2.15.8 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
55
attrs==25.3.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
66
autopep8==1.5.7 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
7-
bcrypt==4.3.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
87
binaryornot==0.4.4 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
98
black==21.12b0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
109
bracex==2.5.post1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
11-
cerberus==1.3.7 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
1210
certifi==2025.1.31 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
13-
cffi==1.17.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
1411
chardet==5.2.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
1512
charset-normalizer==3.4.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
1613
click-help-colors==0.9.4 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
1714
click==8.1.8 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
1815
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32") and (python_version <= "3.10" or sys_platform == "linux" or sys_platform == "linux2" or sys_platform == "win32" or sys_platform != "linux" and sys_platform != "linux2")
1916
cookiecutter==2.6.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
20-
cryptography==43.0.3 ; python_version >= "3.8" and python_version < "3.10" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
21-
cryptography==44.0.2 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
2217
dill==0.3.9 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
2318
distlib==0.3.9 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
2419
distro==1.9.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2")
@@ -48,23 +43,20 @@ mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "4.0" and
4843
mkdocs-material-extensions==1.3.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
4944
mkdocs-material==7.3.6 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
5045
mkdocs==1.6.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
51-
molecule-docker==1.1.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
52-
molecule==3.6.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
46+
molecule-docker==2.1.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
47+
molecule==4.0.4 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
5348
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
5449
packaging==24.2 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
55-
paramiko==2.12.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
5650
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
5751
pkgutil-resolve-name==1.3.10 ; python_version == "3.8" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
5852
platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
5953
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6054
py==1.11.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6155
pycodestyle==2.7.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
62-
pycparser==2.22 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6356
pyflakes==2.3.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6457
pygments==2.19.1 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6558
pylint==2.17.7 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6659
pymdown-extensions==10.14.3 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
67-
pynacl==1.5.0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6860
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
6961
python-slugify==8.0.4 ; python_version >= "3.8" and python_version < "4.0" and (sys_platform == "linux" or sys_platform == "linux2" or sys_platform != "linux" and sys_platform != "linux2")
7062
pywin32==309 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"

0 commit comments

Comments
 (0)