wordpress: don't use special caracter in admin password

This commit is contained in:
Victor LABORIE 2017-10-17 11:01:30 +02:00
parent 35f1ec91d8
commit 8f9151c66e

View file

@ -23,7 +23,7 @@
flat: yes
- name: Generate random password
command: apg -n1 -m 12 -M SCN
command: apg -n1 -m 12 -M LCN
register: shell_password
changed_when: false