You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/plugin_loader/use_coll_name.yml

8 lines
312 B
YAML

- name: ensure configuration is loaded when we use FQCN and have already loaded using 'short namne' (which is case will all builtin connection plugins)
hosts: all
gather_facts: false
tasks:
- name: relies on extra var being passed in with connection and fqcn
ping:
ignore_unreachable: True