Add yamllint to dependendecies because is mandatory for lint step.
#92 Fix examples tags to achieve meta.yml galaxy_tags requisites.
This commit is contained in:
parent
4b7c659da1
commit
f23f55643d
@ -12,10 +12,11 @@
|
|||||||
"python_docker_version": "5.0.0",
|
"python_docker_version": "5.0.0",
|
||||||
"molecule_docker_version": "0.2.4",
|
"molecule_docker_version": "0.2.4",
|
||||||
"ansible_lint_version":"5.3.2",
|
"ansible_lint_version":"5.3.2",
|
||||||
|
"yamllint_version": "1.28.0",
|
||||||
"license":"Apache 2.0",
|
"license":"Apache 2.0",
|
||||||
"galaxy_tag_1":"example_tag1",
|
"galaxy_tag_1":"tag1",
|
||||||
"galaxy_tag_2":"example_tag2",
|
"galaxy_tag_2":"tag2",
|
||||||
"galaxy_tag_3":"example_tag3",
|
"galaxy_tag_3":"tag3",
|
||||||
"debian_bullseye_support":["True", "False"],
|
"debian_bullseye_support":["True", "False"],
|
||||||
"debian_buster_support":["True", "False"],
|
"debian_buster_support":["True", "False"],
|
||||||
"has_service":["True", "False"],
|
"has_service":["True", "False"],
|
||||||
|
2
test.sh
2
test.sh
@ -17,7 +17,7 @@ printf "cookiecutter==1.7.2\nJinja2==2.11.2" > requirements.txt && pipenv instal
|
|||||||
has_files="False" \
|
has_files="False" \
|
||||||
has_handlers="False" \
|
has_handlers="False" \
|
||||||
has_templates="False" \
|
has_templates="False" \
|
||||||
documentation_URL="https://cli.github.com/manual/" && rm Pipfile* requirements.txt
|
documentation_URL="https://cli.github.com/manual/" && rm Pipfile* requirements.txt && rm -rf requirements.txt
|
||||||
|
|
||||||
(
|
(
|
||||||
# Adjust the role to test
|
# Adjust the role to test
|
||||||
|
@ -3,3 +3,4 @@ molecule=={{ cookiecutter.molecule_version }}
|
|||||||
docker=={{ cookiecutter.python_docker_version }}
|
docker=={{ cookiecutter.python_docker_version }}
|
||||||
molecule-docker=={{ cookiecutter.molecule_docker_version }}
|
molecule-docker=={{ cookiecutter.molecule_docker_version }}
|
||||||
ansible-lint=={{ cookiecutter.ansible_lint_version }}
|
ansible-lint=={{ cookiecutter.ansible_lint_version }}
|
||||||
|
yamllint=={{ cookiecutter.yamllint_version }}
|
Loading…
Reference in New Issue
Block a user