Add python-requests package as a dep. for python-docker

Change-Id: I7cfd29ebf1dc0129aa4470b2b9292ec42841e949
This commit is contained in:
Roman Gorshunov 2020-02-12 20:41:30 +01:00
parent e89350ad00
commit 6e4a73da6f
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@
tasks: tasks:
- name: Install python-docker module - name: Install python-docker module
apt: apt:
name: python-docker pkg:
- python-docker
- python-requests
state: present state: present
become: true become: true
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'