Merge "Fix airshipctl image publish"

This commit is contained in:
Zuul
2020-03-25 21:49:58 +00:00
committed by Gerrit Code Review

View File

@@ -14,6 +14,8 @@
apt:
pkg:
- python-docker
- python3-docker
- python-requests
- python3-requests
state: present
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'