Skip to content

Commit

Permalink
feat: update tasks for 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Feb 9, 2019
1 parent 22d6cfe commit 6a833b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ galaxy_info:
author: franklin
company: We Are Interactive
description: Installs pm2 and manages apps
min_ansible_version: 2.0
min_ansible_version: 2.4
license: MIT
# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand All @@ -18,9 +18,9 @@ galaxy_info:
# platform on this list, let us know and we'll get it added!
#
platforms:
#- name: EL
# versions:
# - all
- name: EL
versions:
- all
# - 5
# - 6
# - 7
Expand Down Expand Up @@ -123,7 +123,7 @@ galaxy_info:
# - jessie
# - lenny
# - squeeze
# - wheezy categories:
# - wheezy
#
# List tags for your role here, one per line. A tag is
# a keyword that describes and categorizes the role.
Expand Down
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---

- include: install.yml
- import_tasks: install.yml
tags:
- web
- pm2
- install
- pm2-install

- include: manage.yml
- import_tasks: manage.yml
tags:
- web
- pm2
- manage
- pm2-manage

- include: service.yml
- import_tasks: service.yml
tags:
- web
- pm2
Expand Down

0 comments on commit 6a833b6

Please sign in to comment.