Explorar el Código

move when clause per linting suggestion

pull/2217/head
ikkemaniac hace 3 años
padre
commit
2b049da963
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      roles/matrix-base/tasks/setup_matrix_base.yml

+ 1
- 2
roles/matrix-base/tasks/setup_matrix_base.yml Ver fichero

@@ -20,6 +20,7 @@
when: "matrix_vars_yml_snapshotting_enabled | bool"

- name: Save current git-repo status on the target to aid with restoring in case of problems
when: "matrix_playbook_commit_hash_preservation_enabled|bool"
block:
- name: Get local git hash
delegate_to: 127.0.0.1
@@ -63,8 +64,6 @@
You can disable saving the GIT hash by setting 'matrix_playbook_commit_hash_preservation_enabled: false' in vars.yml
when: "git_describe.stderr.find('git: not found') == -1"

when: "matrix_playbook_commit_hash_preservation_enabled|bool"

- name: Ensure Matrix network is created in Docker
community.docker.docker_network:
name: "{{ matrix_docker_network }}"


Cargando…
Cancelar
Guardar