summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/rule-deprecated-bare-vars-fail.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/playbooks/rule-deprecated-bare-vars-fail.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/playbooks/rule-deprecated-bare-vars-fail.yml b/examples/playbooks/rule-deprecated-bare-vars-fail.yml
index 7091f46..a7efeea 100644
--- a/examples/playbooks/rule-deprecated-bare-vars-fail.yml
+++ b/examples/playbooks/rule-deprecated-bare-vars-fail.yml
@@ -39,12 +39,6 @@
msg: "{{ item }}"
with_dict: my_dict
- ### Testing with_dict with a default empty dictionary
- - name: Use with_dict loop using variable and default
- ansible.builtin.debug:
- msg: "{{ item.key }} - {{ item.value }}"
- with_dict: uwsgi_ini | default({})
-
- name: Use with_nested loop using bare variable
ansible.builtin.debug:
msg: "{{ item.0 }} {{ item.1 }}"