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