Browse Source

Add missing install-* tags in setup.yml

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2356
pull/2370/head
Slavi Pantaleev 3 years ago
parent
commit
2188dd34d1
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      playbooks/matrix.yml

+ 6
- 0
playbooks/matrix.yml View File

@@ -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


Loading…
Cancel
Save