Skip to content
Snippets Groups Projects
Commit 4947bd79 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: remove unnecessary copy task (this is all handled through templating now,...

fix: remove unnecessary copy task (this is all handled through templating now, and the task doesn't work anyway)
parent 6ccf36d2
No related branches found
No related tags found
No related merge requests found
--- ---
- name: install SQL scripts
copy:
src: "home/{{ vault_oracle_user }}/sql-scripts"
dest: "/home/{{ vault_oracle_user }}/sql-scripts"
directory_mode: "0750"
owner: "{{ vault_oracle_user }}"
group: "{{ vault_oracle_group }}"
mode: "0644"
when: ( ansible_hostname is search("rosora") ) or
( ansible_hostname is search("rosettaora") )
become: true
- name: install SQL scripts - name: install SQL scripts
template: template:
src: "home/{{ vault_oracle_user }}/{{ item }}" src: "home/{{ vault_oracle_user }}/{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment