1
0
Fork 0
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:
L3D 2021-01-26 02:38:00 +01:00
parent 8cd00a9a67
commit c31b677317
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1 @@
---

View file

@ -1,7 +1,8 @@
---
# versionscheck
playbook_version_number: 8 # should be a integer
playbook_version_number: 9 # should be a integer
playbook_version_path: 'do1jlr.rspamd.version'
# 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) }}"