Remove obsolete issue-gen script on install
This commit is contained in:
parent
f90f8f33da
commit
417dde5b1b
|
@ -15,6 +15,13 @@
|
||||||
when: newhost_check.changed
|
when: newhost_check.changed
|
||||||
tags: always
|
tags: always
|
||||||
|
|
||||||
|
#
|
||||||
|
# Remove obsolete issue-gen
|
||||||
|
#
|
||||||
|
- name: remove obsolete issue-gen script
|
||||||
|
file:
|
||||||
|
dest: /etc/network/if-up.d/issue-gen
|
||||||
|
state: absent
|
||||||
|
|
||||||
#
|
#
|
||||||
# Install custom fact scripts
|
# Install custom fact scripts
|
||||||
|
|
Loading…
Reference in New Issue