Test of using FQCN for some builtin plugins (#660)

This commit is contained in:
Andrew Klychkov 2020-07-16 12:24:04 +03:00 committed by GitHub
commit 2c3efea14b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View file

@ -35,7 +35,7 @@
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:
ansible.builtin.pause:
seconds: 5
- name: postgresql_slot - start PostgreSQL