fix: ansible-lint

This commit is contained in:
s3lph 2025-03-05 22:56:36 +01:00
parent 7cddf1e07c
commit c37c7fdef6
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
4 changed files with 15 additions and 15 deletions

View file

@ -110,11 +110,11 @@ argument_specs:
- PostgreSQL username to be used by Pretalx.
type: str
default: pretalx
#pretalx_postgresql_password:
# description:
# - PostgreSQL password to be used by Pretalx.
# type: str
# required: true
# pretalx_postgresql_password:
# description:
# - PostgreSQL password to be used by Pretalx.
# type: str
# required: true
pretalx_postgresql_database:
description:
- PostgreSQL database to be used by Pretalx.
@ -170,7 +170,7 @@ argument_specs:
- "Only takes effect if O(pretalx_mail_username) is set as well."
type: str
# pretalx.cfg: redis config section
# Pretalx.cfg: redis config section
pretalx_valkey_db_offset:
description:
- Valkey database index offset to be used by Pretalx.

View file

@ -54,8 +54,8 @@
- name: Create PostgreSQL user
community.postgresql.postgresql_user:
name: "{{ pretalx_postgresql_username }}"
#password: "{{ pretalx_postgresql_password }}"
#no_password_changes: true
# password: "{{ pretalx_postgresql_password }}"
# no_password_changes: true
- name: Create PostgreSQL database
community.postgresql.postgresql_db:

View file

@ -110,11 +110,11 @@ argument_specs:
- PostgreSQL username to be used by Pretix.
type: str
default: pretix
#pretix_postgresql_password:
# description:
# - PostgreSQL password to be used by Pretix.
# type: str
# required: true
# pretix_postgresql_password:
# description:
# - PostgreSQL password to be used by Pretix.
# type: str
# required: true
pretix_postgresql_database:
description:
- PostgreSQL database to be used by Pretix.

View file

@ -51,8 +51,8 @@
- name: Create PostgreSQL user
community.postgresql.postgresql_user:
name: "{{ pretix_postgresql_username }}"
#password: "{{ pretix_postgresql_password }}"
#no_password_changes: true
# password: "{{ pretix_postgresql_password }}"
# no_password_changes: true
- name: Create PostgreSQL database
community.postgresql.postgresql_db: