Skip to content

Commit

Permalink
Merge pull request #656 from rnozaki/oracle_patches
Browse files Browse the repository at this point in the history
sap_anydb_install_oracle: Fix temp removal task
  • Loading branch information
sean-freeman authored Feb 14, 2024
2 parents 3f7bffa + 99a22ec commit f9bdc72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@

- name: Oracle DB Patch - Remove the temp dir
ansible.builtin.file:
path: "{{ sap_anydb_install_oracle_base }}/tmp_sbp"
state: absent
path: "{{ sap_anydb_install_oracle_base }}/tmp_sbp"
state: absent

0 comments on commit f9bdc72

Please sign in to comment.