fix: ansible-lint
This commit is contained in:
parent
7cddf1e07c
commit
c37c7fdef6
4 changed files with 15 additions and 15 deletions
roles
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue