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
parent 831a4962c1
commit 2c3efea14b
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