Update to more recent Ansible roles

This commit is contained in:
2020-11-25 11:38:20 +00:00
parent 96182bb06a
commit 59d482cad7
47 changed files with 2970 additions and 38 deletions

View File

@@ -25,3 +25,13 @@
state: present
notify: restart docker
- name: Install python-pip package
package:
name: python-pip
state: latest
- name: Install Docker python packages
pip:
name: docker
name: docker-compose