mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Use fully-qualified module names for builtin Ansible modules
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1939
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|   register: matrix_go_skype_bridge_service_stat | ||||
|  | ||||
| - name: Ensure matrix-go-skype-bridge is stopped | ||||
|   service: | ||||
|   ansible.builtin.service: | ||||
|     name: matrix-go-skype-bridge | ||||
|     state: stopped | ||||
|     enabled: false | ||||
| @@ -14,12 +14,12 @@ | ||||
|   when: "matrix_go_skype_bridge_service_stat.stat.exists" | ||||
|  | ||||
| - name: Ensure matrix-go-skype-bridge.service doesn't exist | ||||
|   file: | ||||
|   ansible.builtin.file: | ||||
|     path: "/etc/systemd/system/matrix-go-skype-bridge.service" | ||||
|     state: absent | ||||
|   when: "matrix_go_skype_bridge_service_stat.stat.exists" | ||||
|  | ||||
| - name: Ensure systemd reloaded after matrix-go-skype-bridge.service removal | ||||
|   service: | ||||
|   ansible.builtin.service: | ||||
|     daemon_reload: true | ||||
|   when: "matrix_go_skype_bridge_service_stat.stat.exists" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user