Skip to content

Commit

Permalink
Merge pull request #6 from jonathanio/fix/ansible-2.4
Browse files Browse the repository at this point in the history
Prepare for Ansible 2.4 by change always_run to check_mode
  • Loading branch information
jonathanio authored May 2, 2017
2 parents 002e6a0 + 47ceffc commit 1934b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
issue_tracker_url: https://github.com/jonathanio/ansible-role-users/issues
github_branch: master
license: BSD
min_ansible_version: 2.0
min_ansible_version: 2.1
platforms:
- name: EL
versions:
Expand Down
4 changes: 2 additions & 2 deletions tasks/users-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
users_present
changed_when:
False
always_run:
yes
check_mode:
no
tags:
- user_passwords
- user_keys
Expand Down

0 comments on commit 1934b51

Please sign in to comment.