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
720df0c3
Commit
720df0c3
authored
Jun 30, 2022
by
nanahira
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "fix"
This reverts commit
d2e8a983
.
parent
7b34b71c
Changes
1
Hide 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 @
720df0c3
...
...
@@ -100,13 +100,13 @@
vars
:
conn
:
'
{{item}}'
with_items
:
'
{{
connections
}}'
when
:
"
not
noUpdateLinks
and
item.protocol
is
defined
and
item.protocol
==
'null'
and
not
item.noUpdate"
when
:
"
not
noUpdateLinks
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
is
defined
and
item.protocol
!=
'null'
and
not
item.noUpdate"
when
:
"
not
noUpdateLinks
and
item.protocol
!=
'null'
and
not
item.noUpdate"
# end
-
name
:
services conf
copy
:
...
...
nanahira
@nanahira
mentioned in commit
87095b4c
·
Aug 17, 2022
mentioned in commit
87095b4c
mentioned in commit 87095b4c1197d971e2c222dc5d22d297e053fe48
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