Skip to content
Snippets Groups Projects
Commit c921728d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: try setting 'prerun: false' to disable installation of roles from the requirements.yml file

parent 022aa97b
No related branches found
No related tags found
1 merge request!1Feat GitLab-CI
...@@ -26,6 +26,7 @@ provisioner: ...@@ -26,6 +26,7 @@ provisioner:
name: ansible name: ansible
log: true log: true
config_options: config_options:
prerun: false
defaults: defaults:
# https://stackoverflow.com/questions/57435811/ansible-molecule-pass-multiple-vault-ids # https://stackoverflow.com/questions/57435811/ansible-molecule-pass-multiple-vault-ids
#vault_identity_list: "@$HOME/.ansible/roles/lza_install_common.pass, @$HOME/.ansible/roles/passfile_1.pass" #vault_identity_list: "@$HOME/.ansible/roles/lza_install_common.pass, @$HOME/.ansible/roles/passfile_1.pass"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment