template should not have had packages check

This commit is contained in:
Jason Rothstein 2021-07-05 04:53:08 +00:00
parent 0b5a7c157a
commit 14e33ecc87

View File

@ -51,7 +51,6 @@
- ensure_log_rotation is defined
- ensure_log_rotation.template_list is defined
- ensure_log_rotation.template_list is iterable
- packages[item.name] is not defined
ansible.builtin.template:
attributes: '{{ item.attributes | default(omit) }}'
backup: '{{ item.backup | default(omit) }}'