Skip to content

Commit

Permalink
Remove temporary files from #38 now that they are not in /tmp anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Jun 2, 2021
1 parent f9b5a30 commit 34aa9c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/install_389ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@
- not dirsrv_instance_dir_exists
- not dirsrv_legacy
loop: "{{ dirsrv_install_additional_ldif }}"

- name: Delete temporary additional ldif files (dsconf)
file:
path: "{{ dirsrv_install_additional_ldif_dir }}/{{ item | basename }}"
state: absent
when:
- not dirsrv_instance_dir_exists
- not dirsrv_legacy
loop: "{{ dirsrv_install_additional_ldif }}"
always:
- name: Remove installation template
file:
Expand Down

0 comments on commit 34aa9c1

Please sign in to comment.