summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/plugin_loader/use_coll_name.yml
blob: 66507ced2c18b4d0e2b0d291314d142d8144b091 (plain)
1
2
3
4
5
6
7
- 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