summaryrefslogtreecommitdiffstats
path: root/examples/roles/var_naming_pattern/tasks/cacheable_set_fact.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/roles/var_naming_pattern/tasks/cacheable_set_fact.yml')
-rw-r--r--examples/roles/var_naming_pattern/tasks/cacheable_set_fact.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/roles/var_naming_pattern/tasks/cacheable_set_fact.yml b/examples/roles/var_naming_pattern/tasks/cacheable_set_fact.yml
new file mode 100644
index 0000000..23113eb
--- /dev/null
+++ b/examples/roles/var_naming_pattern/tasks/cacheable_set_fact.yml
@@ -0,0 +1,5 @@
+---
+- name: cacheable_set_fact | Using set_fact with cacheable
+ ansible.builtin.set_fact:
+ var_naming_pattern_fact: bar
+ cacheable: true