mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
setup_docker: handlers to stop service and remove requests (#7022)
This commit is contained in:
parent
00bfc3e131
commit
5d7899b341
2 changed files with 17 additions and 3 deletions
|
@ -41,6 +41,7 @@
|
|||
ansible.builtin.service:
|
||||
name: docker
|
||||
state: started
|
||||
notify: Stop docker service
|
||||
|
||||
- name: Cheat on the docker socket permissions
|
||||
become: true
|
||||
|
@ -53,3 +54,4 @@
|
|||
name:
|
||||
- requests
|
||||
state: present
|
||||
notify: Remove python requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue