Skip to content

Commit 509f024

Browse files
committed
Updates readme with recent role versions (TEQ-78)
And bumps the minimal version of ansible to that required by the latest gearlingguy.nodejs role.
1 parent be1e02e commit 509f024

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ project requires ::
6363
---
6464
# file: deployment/requirements.yml
6565
- src: https://github.com/caktus/tequila-common
66-
version: v0.8.0
66+
version: v0.8.8
6767

6868
- src: https://github.com/caktus/tequila-django
69-
version: v0.9.11
69+
version: v0.9.18
7070

7171
- src: geerlingguy.nodejs
72-
version: 4.1.2
72+
version: 4.2.2
7373
name: nodejs
7474

7575
- src: https://github.com/caktus/tequila-nodejs
76-
version: v0.8.1
76+
version: v0.8.2
7777

7878
Run ``ansible-galaxy`` with your requirements file ::
7979

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ galaxy_info:
44
description: Django project deployment -- nodejs
55
company: Caktus Consulting Group, LLC
66
license: BSD
7-
min_ansible_version: 1.9
7+
min_ansible_version: 2.4
88
platforms:
99
- name: Ubuntu
1010
versions: all

0 commit comments

Comments
 (0)