Skip to content

Commit

Permalink
Merge branch 'infra-improvements' into disable-root
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 16, 2024
2 parents 323cc17 + 210e7e6 commit 4a28106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/server-setup/tasks/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
owner: '{{ item.name }}'
group: '{{ item.name }}'
mode: '0644'
when: item.state == 'present' and item.two_factor != false
when: item.state == 'present' and (item.two_factor | default(true)) != false
with_items: '{{ users }}'

- name: 'Install libpam-google-authenticator'
Expand Down

0 comments on commit 4a28106

Please sign in to comment.