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
a0a723bc
Commit
a0a723bc
authored
Nov 17, 2020
by
viscapi
Browse files
Allows to install iRODS from local mirror (Spacewalk, etc.)
parent
20b68748
Changes
1
Hide whitespace changes
Inline
Side-by-side
irods/tasks/repos.yml
View file @
a0a723bc
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
gpgkey
:
https://packages.irods.org/irods-signing-key.asc
gpgkey
:
https://packages.irods.org/irods-signing-key.asc
repo_gpgcheck
:
no
repo_gpgcheck
:
no
state
:
present
state
:
present
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "7")
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "7"
and not use_local_mirror
)
-
name
:
Add key and iRODS repository on Debian / Ubuntu
-
name
:
Add key and iRODS repository on Debian / Ubuntu
block
:
block
:
...
...
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