Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poc_irods
poc-irods
Commits
4bb91b18
Commit
4bb91b18
authored
Nov 13, 2020
by
viscapi
Browse files
Removed unnecessary check, now using creates parameter, solves John's 3rd issue on iRODS chat
parent
5ce27ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
irods/tasks/irods_config.yml
View file @
4bb91b18
...
...
@@ -5,15 +5,10 @@
src
:
templates/irods_setup.json.j2
dest
:
/tmp/irods_setup.json
-
name
:
Check that iRODS hasn't been configured before
stat
:
path
:
/etc/irods/server_config.json
register
:
config
-
name
:
Execute setup_irods.py script
command
:
/usr/bin/python setup_irods.py --json_configuration_file=/tmp/irods_setup.json
args
:
chdir
:
/var/lib/irods/scripts
when
:
config.stat.exists == False
creates
:
/etc/irods/server_config.json
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment