Skip to content

Commit

Permalink
lint role
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot authored Nov 22, 2018
1 parent 57054df commit e22b0fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
galaxy_info:
role_name: 'agent'
author: 'redirection.io'
company: "redirection.io"
description: Install redirectionio-agent
license: MIT
min_ansible_version: 1.6
Expand Down
2 changes: 1 addition & 1 deletion tasks/pkg-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
- name: Install redirectionio-agent
apt:
name: redirectionio-agent
state: latest
state: present
2 changes: 1 addition & 1 deletion tasks/pkg-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
- name: Install redirectionio-agent
yum:
name: redirectionio-agent
state: latest
state: present

0 comments on commit e22b0fa

Please sign in to comment.