Replace hand-written slug with ansible_managed
There is an ansible_managed variable that can be referenced in templates to add a comment about a file being managed by ansible. Use it. Change-Id: I60c27cf0eb35dcd4805c3517b3b7e0c7d9a0b3ea
This commit is contained in:
parent
400ed600d2
commit
83acffb6b9
@ -1,6 +1,4 @@
|
|||||||
# This file is generated by Ansible
|
# {{ ansible_managed }}
|
||||||
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
|
||||||
#
|
|
||||||
[easy_install]
|
[easy_install]
|
||||||
index_url = {{ pypi_mirror }}
|
index_url = {{ pypi_mirror }}
|
||||||
{% if mirror_domain is defined %}
|
{% if mirror_domain is defined %}
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
# This file is generated by Ansible
|
# {{ ansible_managed }}
|
||||||
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
|
||||||
#
|
|
||||||
deb {{ package_mirror }} {{ ansible_distribution_release }} main universe
|
deb {{ package_mirror }} {{ ansible_distribution_release }} main universe
|
||||||
deb {{ package_mirror }} {{ ansible_distribution_release }}-updates main universe
|
deb {{ package_mirror }} {{ ansible_distribution_release }}-updates main universe
|
||||||
deb {{ package_mirror }} {{ ansible_distribution_release }}-backports main universe
|
deb {{ package_mirror }} {{ ansible_distribution_release }}-backports main universe
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
# This file is generated by Ansible
|
# {{ ansible_managed }}
|
||||||
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
|
||||||
#
|
|
||||||
[global]
|
[global]
|
||||||
timeout = 60
|
timeout = 60
|
||||||
index-url = {{ pypi_mirror }}
|
index-url = {{ pypi_mirror }}
|
||||||
|
Loading…
Reference in New Issue
Block a user