Disable tags
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-08-29 19:26:17 +02:00
parent 0c1fca9643
commit 2097dec958
2 changed files with 5 additions and 5 deletions

View File

@ -78,9 +78,9 @@
- name: LEGO_CA_CERTIFICATES
value: /step-ca/root_ca.crt
marker: ' # {mark} ANSIBLE MANAGED BLOCK'
tags:
- never
- final
# tags:
# - never
# - final
notify:
- Apply manifests

View File

@ -7,6 +7,6 @@
- import_tasks: git.yml
- import_tasks: gitops.yml
- import_tasks: certauthority.yml
tags: final
# - include_tasks: certauthority.yml
# tags: final
- import_tasks: cleanup.yml