Skip to content

Commit

Permalink
rfhs: fixed ansible-lint issues in sftp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Feb 15, 2024
1 parent d2a7a8e commit a394212
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions irods/sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
when: sftpgo_auth_irods_resp.stat.exists
changed_when: false

- when: >-
- name: Install SFTPGo iRODS Auth plugin
when: >-
(not sftpgo_auth_irods_resp.stat.exists) or (sftpgo_auth_irods_version.stdout != 'v0.1.12')
block:
- name: Create download dir for sftpgo-auth-irods package
Expand All @@ -120,8 +121,8 @@
state: directory
mode: u+rwx

- name: download sftpgo-auth-irods package from github and uncompress
unarchive:
- name: Download sftpgo-auth-irods package from github and uncompress
ansible.builtin.unarchive:
src: >-
https://github.com/cyverse/sftpgo-auth-irods/releases/download/v0.1.12/sftpgo-auth-irods-v0.1.12-linux-amd64.tar.gz
dest: /tmp/sftpgo_auth_irods_setup
Expand Down

0 comments on commit a394212

Please sign in to comment.