Skip to content
Snippets Groups Projects
Commit ba4c44be authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

remove htpasswd user first, to make sure password is updated if needed

Former-commit-id: f0b7c43c6180f38957295e1a640d729b83febdca
parent a21e7de9
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,10 @@ ...@@ -94,6 +94,10 @@
# FIXME: this should obviously be removed before switching to prod. env. # FIXME: this should obviously be removed before switching to prod. env.
- name: install passlib for htpasswd in ansible - name: install passlib for htpasswd in ansible
yum: name=python-passlib state=installed yum: name=python-passlib state=installed
- htpasswd:
path: /etc/ippidb-80/passwdfile
name: ippidb
state: absent
- htpasswd: - htpasswd:
path: /etc/ippidb-80/passwdfile path: /etc/ippidb-80/passwdfile
name: ippidb name: ippidb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment