From 2097dec9584718e9508c903d64ab954819cc7450 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 29 Aug 2022 19:26:17 +0200 Subject: [PATCH] Disable tags --- .../roles/metacluster/tasks/certauthority.yml | 6 +++--- .../files/ansible_payload/roles/metacluster/tasks/main.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/certauthority.yml b/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/certauthority.yml index bce344c..e246163 100644 --- a/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/certauthority.yml +++ b/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/certauthority.yml @@ -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 diff --git a/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/main.yml b/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/main.yml index 0e74e6c..73043a9 100644 --- a/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/main.yml +++ b/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/main.yml @@ -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