File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ importlib
159
159
iniconfig
160
160
inlinehilite
161
161
insertafter
162
+ ipaddr
162
163
ipwrap
163
164
isclass
164
165
iscsi
Original file line number Diff line number Diff line change 63
63
a_var :
64
64
- one
65
65
66
- - name : Bug https://github.com/ansible/ansible-lint/issues/3082
66
+ - name : Bugs
67
67
hosts : localhost
68
68
tasks :
69
- - name : Use with_items to populate a file
69
+ - name : Bug https://github.com/ansible/ansible-lint/issues/3082
70
70
ansible.builtin.copy :
71
71
content : " {{ item.cfg | to_nice_yaml(indent=2, width=9999) }}"
72
72
dest : " /tmp/{{ item.name }}.yaml"
73
73
mode : " 0640"
74
74
with_items :
75
75
- name : file2
76
+
77
+ - name : Bug https://github.com/ansible/ansible-lint/issues/3136
78
+ ansible.builtin.debug :
79
+ msg : " IP is {{ foo | ansible.utils.ipaddr('address') }}"
Original file line number Diff line number Diff line change 42
42
r"^Error in (.*)is undefined$" ,
43
43
r"^Mandatory variable (.*) not defined.$" ,
44
44
r"is undefined" ,
45
+ r"Unrecognized type <<class 'ansible.template.AnsibleUndefined'>> for (.*) filter <value>$" ,
45
46
]
46
47
),
47
48
flags = re .MULTILINE | re .DOTALL ,
You can’t perform that action at this time.
0 commit comments