Skip to content

Commit

Permalink
fix: setup by removing deprecated password_hash function (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine authored Jul 23, 2024
1 parent 60e15b1 commit b741399
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 154 deletions.
4 changes: 2 additions & 2 deletions .infra/ansible/setup/tasks/create-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- name: "Création utilisateur deploy"
user:
name: "deploy"
password: "{{ vault.MNA_GH_USER_PASS_CLEAR | password_hash }}"
update_password: on_create
password: "{{ vault.MNA_GH_USER_PASS_HASH }}"
update_password: always
shell: /bin/bash
groups: sudo,mna
append: yes
Expand Down
Loading

0 comments on commit b741399

Please sign in to comment.