Skip to content

Commit 128e6b7

Browse files
committed
corrections yamllint
1 parent 70ab43a commit 128e6b7

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

defaults/main.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ postgresql_postgis_release_compatibility:
4949
15: "3.2"
5050
16: "3.4"
5151
17: "3.5"
52-
52+
5353
postgresql_ext_postgis_version: "{{ postgresql_postgis_release_compatibility.get(postgresql_version) }}"
5454
postgresql_ext_postgis_version_terse: "{{ postgresql_ext_postgis_version | replace('.','') }}"
5555

@@ -217,22 +217,22 @@ postgresql_min_dynamic_shared_memory: 0MB # (>= 14) (change requires resta
217217
postgresql_vacuum_buffer_usage_limit: "{{ '256kB' if postgresql_version is version_compare('16', '=') else '2MB' }}" # (>= 16) size of vacuum and analyze buffer access strategy ring;
218218
# 0 to disable vacuum buffer access strategy;
219219
# range 128kB to 16GB
220-
220+
221221
# SLRU buffers (change requires restart)
222-
postgresql_commit_timestamp_buffers: 0 # (>= 17) memory for pg_commit_ts (0 = auto)
223-
postgresql_multixact_offset_buffers: 16 # (>= 17) memory for pg_multixact/offsets
224-
postgresql_multixact_member_buffers: 32 # (>= 17) memory for pg_multixact/members
225-
postgresql_notify_buffers: 16 # (>= 17) memory for pg_notify
226-
postgresql_serializable_buffers: 32 # (>= 17) memory for pg_serial
227-
postgresql_subtransaction_buffers: 0 # (>= 17) memory for pg_subtrans (0 = auto)
228-
postgresql_transaction_buffers: 0 # (>= 17) memory for pg_xact (0 = auto)
222+
postgresql_commit_timestamp_buffers: 0 # (>= 17) memory for pg_commit_ts
223+
postgresql_multixact_offset_buffers: 16 # (>= 17) memory for pg_multixact/offsets
224+
postgresql_multixact_member_buffers: 32 # (>= 17) memory for pg_multixact/members
225+
postgresql_notify_buffers: 16 # (>= 17) memory for pg_notify
226+
postgresql_serializable_buffers: 32 # (>= 17) memory for pg_serial
227+
postgresql_subtransaction_buffers: 0 # (>= 17) memory for pg_subtrans (0 = auto)
228+
postgresql_transaction_buffers: 0 # (>= 17) memory for pg_xact (0 = auto)
229229

230230
# - Disk -
231231

232232
# limits per-process temp file space in kB, or -1 for no limit (>= 9.2)
233233
postgresql_temp_file_limit: -1
234234

235-
postgresql_max_notify_queue_pages: 1048576 # (>= 17)
235+
postgresql_max_notify_queue_pages: 1048576 # (>= 17)
236236

237237
# - Kernel Resources -
238238

@@ -258,7 +258,7 @@ postgresql_bgwriter_flush_after: 512kB # measured in pages, 0 disables
258258
postgresql_backend_flush_after: 0 # (>= 9.6) 0 disables, default is 0
259259
postgresql_effective_io_concurrency: 1 # 1-1000; 0 disables prefetching
260260
postgresql_maintenance_io_concurrency: 10 # (>= 13)
261-
postgresql_io_combine_limit: 128kB # (>= 17) usually 1-32 blocks (depends on OS)
261+
postgresql_io_combine_limit: 128kB # (>= 17) usually 1-32 blocks (depends on OS)
262262
postgresql_max_worker_processes: 8 # (change requires restart)
263263
postgresql_max_parallel_workers_per_gather: 2 # (>= 9.6) taken from max_worker_processes
264264
postgresql_max_parallel_maintenance_workers: 2 # (>= 11) taken from max_parallel_workers
@@ -335,8 +335,8 @@ postgresql_recovery_target_timeline: "latest" # (>= 12)
335335
postgresql_recovery_target_action: "pause" # (>= 12)
336336

337337
# - WAL Summarization -
338-
postgresql_summarize_wal: off # (>= 17) run WAL summarizer process?
339-
postgresql_wal_summary_keep_time: 10d # (>= 17) when to remove old summary files, 0 = never
338+
postgresql_summarize_wal: off # (>= 17) run WAL summarizer process?
339+
postgresql_wal_summary_keep_time: 10d # (>= 17) when to remove old summary files, 0 = never
340340

341341
#------------------------------------------------------------------------------
342342
# REPLICATION
@@ -386,7 +386,7 @@ postgresql_wal_receiver_timeout: 60s
386386
# time to wait before retrying to retrieve WAL after a failed attempt
387387
postgresql_wal_retrieve_retry_interval: 5s # (>= 9.5)
388388
postgresql_recovery_min_apply_delay: 0 # (>= 12)
389-
postgresql_sync_replication_slots: off # (>= 17) enables slot synchronization on the physical standby from the primary
389+
postgresql_sync_replication_slots: off # (>= 17) enables slot synchronization on the physical standby from the primary
390390

391391
# - Subscribers - (>= 10)
392392
# These settings are ignored on a publisher.
@@ -685,7 +685,7 @@ postgresql_default_transaction_deferrable: off
685685
postgresql_session_replication_role: "origin"
686686

687687
postgresql_statement_timeout: 0 # in milliseconds, 0 is disabled
688-
postgresql_transaction_timeout: 0 # (>= 17) in milliseconds, 0 is disabled
688+
postgresql_transaction_timeout: 0 # (>= 17) in milliseconds, 0 is disabled
689689
postgresql_lock_timeout: 0 # in milliseconds, 0 is disabled (>= 9.3)
690690
postgresql_idle_in_transaction_session_timeout: 0 # in milliseconds, 0 is disabled (>= 9.6)
691691
postgresql_idle_session_timeout: 0 # in milliseconds, 0 is disabled (>= 14)
@@ -701,7 +701,7 @@ postgresql_xmlbinary: "base64"
701701
postgresql_xmloption: "content"
702702
postgresql_gin_pending_list_limit: 4MB # (>= 9.5)
703703
postgresql_createrole_self_grant: '' # (>= 16) 'set', 'inherit' or 'set, inherit'
704-
postgresql_event_triggers: on # (>= 17)
704+
postgresql_event_triggers: on # (>= 17)
705705

706706
# - Locale and Formatting -
707707

molecule/default/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ platforms:
5555
privileged: true
5656
pre_build_image: true
5757
cgroupns_mode: host
58-
command: ${MOLECULE_DOCKER_COMMAND:-""}
58+
command: ${MOLECULE_DOCKER_COMMAND:-""}
5959
provisioner:
6060
name: ansible
6161
config_options:

0 commit comments

Comments
 (0)