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/roles/test_var_precedence_inven_o.../tasks/main.yml

6 lines
62 B
YAML

---
- debug: var=foo
- assert:
that:
- 'foo == "bar"'