Skip to content

Commit

Permalink
rename 2factor to two_factor
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 16, 2024
1 parent e819962 commit 460ad7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/server-setup/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ all:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbzqrE2VdYTuEz+sodpg44ZmkH465swDPb6M3gRNGugvMWuav6HhO6nGkyFaNCdUY2atCYIW5p3mcQK187ZpE4voGoNWjxckRXZ1nQ8lVGOGuhPBdKvXVh2wIe6WoIAv/QToLrGGTiMzRCxZ7MU7MXWBKlTB08gpDck9s+Wrp8gQUd0MH/WzpJ8AMKsVDup5R95aZ+iVJMjgvVKTKJE9jvuQpXy9WcU7YxBKh9J+vaLWr5Q9R48B4tpK4vgQ3UQU1tfNVJsE9Gi9HieuBSc2h6diHHZzzDiJuJk1XsedINRikEDeaQXjYUSRvAwfwzuxuFvTUXmroJnEw+xyVDBCvFa2UFbAtCwytp7Iadkn2UQV2sdHDuGIYE4EItBysONPvszEHj3/vn+j/9sODBCNpRdSWXJipcrx8Vvdn8t8Wiu6iS5ZfPOkhscAIlR9zvDigqYhZn57AuY56zLV/+NIANScxkiZDVnlYPl/yFKFZfKJhkmdfYMe5C3ezRcQO/TvM= provision@farajaland-prod
state: present
sudoer: false
2factor: false
two_factor: false

docker-manager-first:
hosts:
Expand Down
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.2factor != false
when: item.state == 'present' and item.two_factor != false
with_items: '{{ users }}'

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

0 comments on commit 460ad7a

Please sign in to comment.