mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
Remove matrix_vars_yml_snapshotting_enabled condition
This commit is contained in:
parent
230eea6784
commit
930867d50d
@ -63,7 +63,7 @@
|
||||
You can disable saving the GIT hash by setting 'matrix_playbook_commit_hash_preservation_enabled: false' in vars.yml
|
||||
when: "git_describe.stderr.find('not found') == -1"
|
||||
|
||||
when: "matrix_vars_yml_snapshotting_enabled|bool and matrix_playbook_commit_hash_preservation_enabled|bool"
|
||||
when: "matrix_playbook_commit_hash_preservation_enabled|bool"
|
||||
|
||||
- name: Ensure Matrix network is created in Docker
|
||||
community.docker.docker_network:
|
||||
|
Loading…
Reference in New Issue
Block a user