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/delegate_to/test_delegate_to_lookup_con...

13 lines
352 B
YAML

- hosts: localhost
gather_facts: false
vars:
verbosity: "{{ '' if not ansible_verbosity else '-' ~ ('v' * ansible_verbosity) }}"
tasks:
- command: ansible-playbook {{ verbosity }} delegate_to_lookup_context.yml
register: result
- assert:
that:
- >
'[WARNING]: Unable to find' not in result.stderr