fix: Force playbook colour output
This commit is contained in:
		| @@ -186,14 +186,6 @@ | ||||
|           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: Push git repository | ||||
|   lvrfrc87.git_acp.git_acp: | ||||
|     path: "{{ capi_clustermanifest.path }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user