mirror of
https://github.com/roles-ansible/ansible_role_rspamd.git
synced 2024-08-16 17:09:51 +02:00
update linting
This commit is contained in:
parent
8cd00a9a67
commit
c31b677317
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
# versionscheck
|
# versionscheck
|
||||||
playbook_version_number: 8 # should be a integer
|
playbook_version_number: 9 # should be a integer
|
||||||
playbook_version_path: 'do1jlr.rspamd.version'
|
playbook_version_path: 'do1jlr.rspamd.version'
|
||||||
|
|
||||||
# https://github.com/ansible/ansible/issues/36129
|
# https://github.com/ansible/ansible/issues/36129
|
||||||
|
# yamllint disable-line rule:line-length
|
||||||
rspamd__admin_password_with_salt: "{{ rspamd__admin_password | password_hash('bcrypt', ('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' | shuffle(seed=inventory_hostname) | join)[:21] + ('Oeu' | shuffle(seed=inventory_hostname) | join)[1], rounds=9) }}"
|
rspamd__admin_password_with_salt: "{{ rspamd__admin_password | password_hash('bcrypt', ('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' | shuffle(seed=inventory_hostname) | join)[:21] + ('Oeu' | shuffle(seed=inventory_hostname) | join)[1], rounds=9) }}"
|
||||||
|
|
Loading…
Reference in a new issue