Skip to content

Commit

Permalink
Merge branch 'release-1.8' into rc-1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel authored Aug 2, 2023
2 parents 442ae80 + 985be18 commit 38f3747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/irods_icat/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,12 @@
value: '{{ irods_database_port }}'


- name: Ensure deprecated iRODS environment file for Python client is absent
ansible.builtin.file:
path: /var/lib/irods/.irods/python_client_environment.json
state: absent


- name: Retrieve iRODS server config file
become_user: '{{ irods_service_account }}'
become: true
Expand Down

0 comments on commit 38f3747

Please sign in to comment.