summaryrefslogtreecommitdiffstats
path: root/examples/roles/var_naming_pattern/tasks/cacheable_set_fact.yml
blob: 23113ebb5daa36dc4a10f1cd78e354fce17e14dd (plain)
1
2
3
4
5
---
- name: cacheable_set_fact | Using set_fact with cacheable
  ansible.builtin.set_fact:
    var_naming_pattern_fact: bar
    cacheable: true