remove deprecated parameters of blockinfile module (#3581)

This commit is contained in:
Louis
2018-10-30 20:56:58 +08:00
committed by k8s-ci-robot
parent 22c234040e
commit a84508d6b9
5 changed files with 6 additions and 11 deletions

View File

@@ -5,12 +5,11 @@
{% for item in [ supersede_domain, supersede_search, supersede_nameserver ] -%}
{{ item }}
{% endfor %}
dest: "{{dhclientconffile}}"
path: "{{dhclientconffile}}"
create: yes
state: present
insertbefore: BOF
backup: yes
follow: yes
marker: "# Ansible entries {mark}"
notify: Preinstall | restart network
when: dhclientconffile is defined