Skip to content

Commit c42b479

Browse files
committed
Updated role to Ansible 2.6
1 parent cbfd1b1 commit c42b479

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

meta/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ galaxy_info:
44
description: Deploy Django on Plesk
55
company: 9dev
66
license: BSD
7-
min_ansible_version: 2.1
7+
min_ansible_version: 2.6
88
platforms:
99
- name: Ubuntu
1010
versions:
@@ -23,6 +23,10 @@ galaxy_info:
2323
- xenial
2424
- yakkety
2525
- zesty
26+
- artful
27+
- bionic
28+
- cosmic
29+
- cuttlefish
2630
galaxy_tags:
2731
- system
2832
- development

tasks/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,9 @@
5252

5353
- name: Upgrade pip
5454
pip:
55-
name: "{{ item }}"
55+
name: ['pip', 'setuptools', 'wheel']
5656
state: latest
5757
virtualenv: "{{ virtualenv_dir }}/{{ project }}"
58-
with_items:
59-
- pip
60-
- setuptools
61-
- wheel
6258

6359
- name: Install pip requirements
6460
pip:

0 commit comments

Comments
 (0)