mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #7022/5d7899b3 backport][stable-6] setup_docker: handlers to stop service and remove requests (#7023)
setup_docker: handlers to stop service and remove requests (#7022)
(cherry picked from commit 5d7899b341)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user