mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00: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
|
@ -2,7 +2,7 @@
|
|||
command: 'supervisord -c {{ remote_dir }}/supervisord.conf'
|
||||
|
||||
- name: wait_for supervisord
|
||||
wait_for:
|
||||
ansible.builtin.wait_for:
|
||||
port: 9001
|
||||
host: 127.0.0.1
|
||||
timeout: 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue