mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -07:00
postgres modules: fix CI timeouts (#628)
This commit is contained in:
parent
c5f0c34190
commit
17f905eb35
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue