fix: Clean untracked files in git repo through git_acp module
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user