Update 2 files

- /ansible/roles/k3s/argocd/tasks/main.yml
- /.gitlab-ci.yml
This commit is contained in:
2023-03-05 10:54:38 +00:00
parent 07411263e0
commit f630306fee
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
- name: Copy file kubeseal
ansible.builtin.copy:
src: ./kubeseal.yaml
template:
src: kubeseal.yaml
dest: /tmp/kubeseal.yaml
mode: '0666'