Skip to content

Commit

Permalink
Update the role.
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed May 17, 2018
1 parent c9f6ed4 commit a602ad2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/install.deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
- name: Install python-dev
apt: name=python{{item}}-dev state=present
with_items: "{{ python_versions }}"

- name: Install python-distutils
apt: name=python{{item}}-distutils state=present
when: item >= 3
with_items: "{{ python_versions }}"

0 comments on commit a602ad2

Please sign in to comment.