mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Test of using FQCN for some builtin plugins (#660)
This commit is contained in:
parent
831a4962c1
commit
2c3efea14b
5 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue