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/set_fact/set_fact_ansible_vars.yml

10 lines
281 B
YAML

- name: Test set_fact with key starting with reserved keyword '_ansible_'
hosts: testhost
gather_facts: no
tasks:
- name: Define fact with key starting with reserved keyword '_ansible_'
set_fact:
_ansible_foo: bar
ignore_errors: yes
register: r