Skip to content

Commit 81ce24a

Browse files
committed
fix(templates/sudoers.j2): Add default for an unset value of ANSIBLE_MANAGED_STR in a user's ansible.cfg
1 parent a95a52e commit 81ce24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/sudoers.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ ansible_managed | comment }}
1+
{{ ansible_managed | default('Ansible managed') | comment }}
22
{% if item.defaults is defined %}
33

44
# Default specifications

0 commit comments

Comments
 (0)