More cleanup.
This commit is contained in:
parent
e49c4f80f3
commit
3b13618eff
@ -1,3 +1,4 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: Laur Ivan
|
||||
namespace: laurivan
|
||||
|
@ -14,7 +14,8 @@
|
||||
when: not docker_sock_stat.stat.exists
|
||||
|
||||
- name: Move docker.sock from tmp
|
||||
ansible.builtin.raw: mount --move /tmp/docker_mounted.sock /var/run/docker.sock
|
||||
ansible.builtin.raw: >
|
||||
mount --move /tmp/docker_mounted.sock /var/run/docker.sock
|
||||
become: true
|
||||
changed_when: false
|
||||
when: not docker_sock_stat.stat.exists
|
||||
|
Loading…
Reference in New Issue
Block a user