More cleanup.

This commit is contained in:
Laur Ivan 2022-12-11 22:39:17 +01:00
parent e49c4f80f3
commit 3b13618eff
10 changed files with 30 additions and 28 deletions

View File

@ -1,3 +1,4 @@
---
galaxy_info:
author: Laur Ivan
namespace: laurivan

View File

@ -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