Skip to content

Commit

Permalink
templates/resolv.conf.j2 : revert ansible_managed line
Browse files Browse the repository at this point in the history
  • Loading branch information
mbocquet authored and Andrew J Huffman committed May 19, 2020
1 parent 1dc0c79 commit 59bc366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/resolv.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ ansible_managed }}. role: resolv, template: resolv.conf.j2
# {{ ansible_managed }}

{% if resolv_search is defined and resolv_search | length > 0 %}
search {{ resolv_search|join(' ') }}
Expand Down

0 comments on commit 59bc366

Please sign in to comment.