Explorar el Código

Add missing install-* tags in setup.yml

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2356
pull/2370/head
Slavi Pantaleev hace 3 años
padre
commit
2188dd34d1
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      playbooks/matrix.yml

+ 6
- 0
playbooks/matrix.yml Ver fichero

@@ -18,18 +18,24 @@
tags:
- setup-docker
- setup-all
- install-docker
- install-all

- when: devture_docker_sdk_for_python_installation_enabled | bool
role: galaxy/com.devture.ansible.role.docker_sdk_for_python
tags:
- setup-docker
- setup-all
- install-docker
- install-all

- when: devture_timesync_installation_enabled | bool
role: galaxy/com.devture.ansible.role.timesync
tags:
- setup-timesync
- setup-all
- install-timesync
- install-all

- custom/matrix-base
- custom/matrix-dynamic-dns


Cargando…
Cancelar
Guardar