mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34: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
|
@ -87,7 +87,7 @@
|
|||
shell: "{{ redis_bin[ansible_distribution] }} {{ slave_conf }} --slaveof 127.0.0.1 {{ master_port }}"
|
||||
|
||||
- name: Wait for redis master to be started
|
||||
wait_for:
|
||||
ansible.builtin.wait_for:
|
||||
host: 127.0.0.1
|
||||
port: "{{ master_port }}"
|
||||
state: started
|
||||
|
@ -96,7 +96,7 @@
|
|||
timeout: 30
|
||||
|
||||
- name: Wait for redis slave to be started
|
||||
wait_for:
|
||||
ansible.builtin.wait_for:
|
||||
host: 127.0.0.1
|
||||
port: "{{ slave_port }}"
|
||||
state: started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue