Skip to content

Commit

Permalink
install core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmeele committed Dec 18, 2024
1 parent 5129080 commit 432c9d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/roles/irods_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
state: present
line: ' return'

- name: Configure empty python ruleset core.py
ansible.builtin.copy:
content: ""
dest: "/etc/irods/core.py"
mode: '0644'
force: false

- name: Run irods configuration script
when: irods_server_start == "start"
command: python3 /var/lib/irods/scripts/setup_irods.py --json_configuration_file /etc/irods/server_unattended_config.json
Expand Down

0 comments on commit 432c9d1

Please sign in to comment.