commit | 676ebbb92b64bb6fe4d50bcfc83a34a36dd4deaa | [log] [tgz] |
---|---|---|
author | Nathan Knuth <nathan.knuth@tibitcom.com> | Thu Oct 13 22:16:10 2016 -0700 |
committer | Nathan Knuth <nathan.knuth@tibitcom.com> | Thu Oct 13 22:16:10 2016 -0700 |
tree | 72169bc82138da01c0d3078f2741eb5eac342814 | |
parent | f1c3c031f90419e19725193fb71fe517fdcd8310 [diff] |
Adding netifaces pip package. Change-Id: I94e43bd5726998c89d6f0549e074026e1a5a5f97
diff --git a/ansible/roles/docker/tasks/debian.yml b/ansible/roles/docker/tasks/debian.yml index f590f17..867c211 100644 --- a/ansible/roles/docker/tasks/debian.yml +++ b/ansible/roles/docker/tasks/debian.yml
@@ -23,6 +23,13 @@ state: present tags: [docker] +- name: netifaces pip package is present + pip: + name: netifaces + version: 0.10.4 + state: present + tags: [docker] + - name: Debian files are present template: src: "{{ docker_cfg }}"