This commit is contained in:
2022-05-26 01:33:20 -04:00
parent 30900bb721
commit 6c28acc121
7 changed files with 30 additions and 1 deletions

View File

@@ -13,3 +13,9 @@
loop:
- aptitude
- python3-docker
- name: Create Ansible's temporary remote directory
file:
path: "~/.ansible/tmp"
state: directory
mode: 0700