This commit is contained in:
2022-05-24 21:15:10 -04:00
parent 209ff57a4a
commit a24fd46609
18 changed files with 188 additions and 111 deletions

View File

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