We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513ad1c commit c2b50c2Copy full SHA for c2b50c2
ansible/cleanup.yml
@@ -38,3 +38,8 @@
38
39
- name: Cleanup /tmp
40
command : rm -rf /tmp/*
41
+
42
+- name: Delete ansible-init sentintel file created during build
43
+ ansible.builtin.file:
44
+ path: /var/lib/ansible-init.done
45
+ state: absent
0 commit comments