Skip to content

Commit a6f0137

Browse files
committed
removed sentinel cleanup
1 parent 79433b8 commit a6f0137

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ansible/cleanup.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838

3939
- name: Cleanup /tmp
4040
command : rm -rf /tmp/*
41-
42-
- name: Delete ansible-init sentinel file created if ansible-init has run during build
43-
ansible.builtin.file:
44-
path: /var/lib/ansible-init.done
45-
state: absent
4641

4742
- name: Get package facts
4843
package_facts:

0 commit comments

Comments
 (0)