Add python-requests package as a dep. for python-docker
Change-Id: I7cfd29ebf1dc0129aa4470b2b9292ec42841e949
This commit is contained in:
parent
e89350ad00
commit
6e4a73da6f
@ -17,7 +17,9 @@
|
||||
tasks:
|
||||
- name: Install python-docker module
|
||||
apt:
|
||||
name: python-docker
|
||||
pkg:
|
||||
- python-docker
|
||||
- python-requests
|
||||
state: present
|
||||
become: true
|
||||
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
|
||||
|
Loading…
x
Reference in New Issue
Block a user