File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6666 register: result
6767 # If you need to fail when the server is not available,
6868 # uncomment the following line:
69- #failed_when: not result.is_available
69+ # failed_when: not result.is_available
7070
7171# You can use the registered result with another task
7272- name: This task should be executed only if the server is available
Original file line number Diff line number Diff line change 133133 community.postgresql.postgresql_set:
134134 name: TimeZone
135135 value: 'Europe/Paris'
136-
137136'''
138137
139138RETURN = r'''
Original file line number Diff line number Diff line change 242242 # password: SCRAM-SHA-256$4096:zFuajwIVdli9mK=NJkcv1Q++$JC4gWIrEHmF6sqRbEiZw5FFW45HUPrpVzNdoM72o730+;fqA4vLN3mCZGbhcbQyvNYY7anCrUTsem1eCh/4YA94=
243243 role_attr_flags: CREATEDB,NOSUPERUSER
244244 # When using sha256-hashed password:
245- #environment:
246- # PGOPTIONS: "-c password_encryption=scram-sha-256"
245+ # environment:
246+ # PGOPTIONS: "-c password_encryption=scram-sha-256"
247247
248248# This example uses the 'priv' argument which is deprecated.
249249# You should use the 'postgresql_privs' module instead.
You can’t perform that action at this time.
0 commit comments