fix: Clean untracked files in git repo through git_acp module
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-09-22 12:10:02 +02:00
parent da0558711c
commit 7cc8fbbccb
1 changed files with 8 additions and 7 deletions

View File

@ -186,13 +186,13 @@
prefix: "{{ vapp['guestinfo.prefixlength'] }}"
gateway: "{{ vapp['guestinfo.gateway'] }}"
- name: Remove working files
ansible.builtin.file:
path: "{{ item }}"
state: absent
loop: "{{ query('ansible.builtin.fileglob', capi_clustermanifest.path ~ '/*.yaml') }}"
loop_control:
label: "{{ item | basename }}"
# - name: Remove working files
# ansible.builtin.file:
# path: "{{ item }}"
# state: absent
# loop: "{{ query('ansible.builtin.fileglob', capi_clustermanifest.path ~ '/*.yaml') }}"
# loop_control:
# label: "{{ item | basename }}"
- name: Push git repository
lvrfrc87.git_acp.git_acp:
@ -201,6 +201,7 @@
comment: "Upload manifests"
add:
- ./manifests
clean: untracked
url: https://administrator:{{ vapp['metacluster.password'] | urlencode }}@git.{{ vapp['metacluster.fqdn'] }}/mc/GitOps.ClusterAPI.git
environment:
GIT_AUTHOR_NAME: administrator