mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Test of using FQCN for some builtin plugins (#660)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user