Elevate privileges to install python-docker

Change-Id: I6a43153f39b2b1f49b69f55e8978d03e054a0797
This commit is contained in:
Dmitry Ukov 2020-02-12 11:04:39 +04:00
parent b7942e78bf
commit e89350ad00
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
apt:
name: python-docker
state: present
become: true
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
- name: Publish images
block:
- docker_login: