Correct the task label for when the variable isn't defined

This commit is contained in:
Jason Rothstein 2020-12-28 17:48:52 -06:00
parent 8147f41d6f
commit 87b2934cba

View File

@ -85,7 +85,7 @@
- 'ensure_sudo.service_facts' - 'ensure_sudo.service_facts'
- name: 'flush handlers' - name: 'flush handlers'
meta: 'flush_handlers' meta: 'flush_handlers'
- name: 'find directories over {{ sudo_log_retention }} old under /var/log/sudo-io' - name: 'find directories over log retention window under /var/log/sudo-io'
when: when:
- ansible_system == 'Linux' - ansible_system == 'Linux'
- ensure_sudo is defined - ensure_sudo is defined