Skip to content

Commit

Permalink
Correct E601 lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
memiah-steve committed Jan 10, 2019
1 parent 10cd9b9 commit d0cb179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- "{{ ssh_config_users_combined }}"
- authorized_keys
- flags:
skip_missing: True
skip_missing: True

- name: Ensure user accounts in ssh_config_users_absent are absent.
user:
Expand All @@ -69,7 +69,7 @@
with_items: "{{ ssh_config_groups_combined }}"
when:
- item.passwordless_sudo is defined
- item.passwordless_sudo == True
- item.passwordless_sudo

- name: Copy /etc/sudoers.d/ssh_auth_sock into place.
copy:
Expand All @@ -79,4 +79,4 @@
group: root
mode: 0440
validate: "visudo -cf %s"
when: ssh_config_ssh_auth_sock == True
when: ssh_config_ssh_auth_sock

0 comments on commit d0cb179

Please sign in to comment.