Skip to content

Commit

Permalink
Merge pull request #145 from woneill/amazon_linux
Browse files Browse the repository at this point in the history
Add support for Amazon Linux
  • Loading branch information
rndmh3ro authored Jan 12, 2018
2 parents 5d3ab00 + a17ecec commit c1d5d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ galaxy_info:
versions:
- wheezy
- jessie
- name: Amazon
galaxy_tags:
- system
- security
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
control: substack
module_path: password-auth
state: absent
when: ansible_distribution == 'RedHat' or ansible_distribution == 'Oracle Linux'
when: ansible_distribution == 'RedHat' or ansible_distribution == 'Oracle Linux' or ansible_distribution == 'Amazon'

- name: Remove password auth from PAM
replace:
Expand Down

0 comments on commit c1d5d16

Please sign in to comment.