Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Remove existing irodsFs files
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin McLean committed Jun 20, 2019
1 parent 9a48881 commit 6abddbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/roles/atmo-common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@
file: path={{ RC_LOCAL_ATMO }} state=absent
failed_when: False

- name: remove irodsFs
file:
path: "{{ item }}"
state: absent
with_items:
- /usr/bin/irodsFs
- /etc/fuse.conf

- name: load modules
modprobe: name={{ item }} state=present
with_items: MODULES_TO_LOAD
Expand Down

0 comments on commit 6abddbe

Please # to comment.