1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

postgres modules: fix CI timeouts (#628)

This commit is contained in:
Andrew Klychkov 2020-07-07 11:33:35 +03:00 committed by GitHub
parent c5f0c34190
commit 17f905eb35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -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: