Skip to content

Commit

Permalink
Make ansible-lint happy
Browse files Browse the repository at this point in the history
Ansible-lint through a couple warnings when run against
this role.  I udpated the two warnings, and also raised
the minimum ansible version required for the systemd change.
  • Loading branch information
britthouser committed Mar 28, 2019
1 parent 4d30138 commit 8065b73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
service: name=ocserv state=reloaded

- name: reload systemd
command: systemctl daemon-reload
systemd:
daemon_reload: yes
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ galaxy_info:
description: OpenConnect SSL VPN Server (ocserv)
license: Apache

min_ansible_version: 2.0
min_ansible_version: 2.4

platforms:
- name: Ubuntu
Expand All @@ -18,5 +18,5 @@ galaxy_info:
- openconnect
- sslvpn
- vpn

dependencies: []

0 comments on commit 8065b73

Please sign in to comment.