mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
postgres modules: fix CI timeouts (#628)
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
service:
|
||||
name: "{{ postgresql_service }}"
|
||||
state: stopped
|
||||
when: (ansible_facts.distribution_major_version != '8' and ansible_facts.distribution == 'CentOS') or ansible_facts.distribution != 'CentOS'
|
||||
|
||||
- name: postgresql_slot - pause between stop and start PostgreSQL
|
||||
pause:
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
service:
|
||||
name: "{{ postgresql_service }}"
|
||||
state: stopped
|
||||
when: (ansible_facts.distribution_major_version != '8' and ansible_facts.distribution == 'CentOS') or ansible_facts.distribution != 'CentOS'
|
||||
|
||||
- name: Pause between stop and start PosgreSQL
|
||||
pause:
|
||||
|
||||
Reference in New Issue
Block a user