Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tun
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
tun
Commits
d2e8a983
Commit
d2e8a983
authored
Jun 30, 2022
by
nanahira
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
239e0379
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ansible/configure.yaml
ansible/configure.yaml
+2
-2
No files found.
ansible/configure.yaml
View file @
d2e8a983
...
...
@@ -100,13 +100,13 @@
vars
:
conn
:
'
{{item}}'
with_items
:
'
{{
connections
}}'
when
:
"
not
noUpdateLinks
and
item.protocol
==
'null'
and
not
item.noUpdate"
when
:
"
not
noUpdateLinks
and
item.protocol
is
defined
and
item.protocol
==
'null'
and
not
item.noUpdate"
-
name
:
'
loop
through
list
from
a
variable'
include_tasks
:
'
protocols/{{item.protocol}}/configure.yaml'
vars
:
conn
:
'
{{item}}'
with_items
:
'
{{
connections
}}'
when
:
"
not
noUpdateLinks
and
item.protocol
!=
'null'
and
not
item.noUpdate"
when
:
"
not
noUpdateLinks
and
item.protocol
is
defined
and
item.protocol
!=
'null'
and
not
item.noUpdate"
# end
-
name
:
services conf
copy
:
...
...
nanahira
@nanahira
mentioned in commit
720df0c3
·
Aug 17, 2022
mentioned in commit
720df0c3
mentioned in commit 720df0c3325ccd05ff109f154d4897d9a6c13e67
Toggle commit list
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