Update file main.yml

This commit is contained in:
2023-03-05 02:11:55 +00:00
parent cc37ec8c00
commit 07411263e0

View File

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