Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Simple Deploy- and Management
system.freebsd
Commits
f526e034
Commit
f526e034
authored
Jul 05, 2019
by
Pietsch, Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
convert system_supported_architectures and system_supported_releases from list to dict
parent
06c2e164
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tasks/installer.yml
tasks/installer.yml
+1
-1
tasks/mirror.yml
tasks/mirror.yml
+2
-2
No files found.
tasks/installer.yml
View file @
f526e034
...
...
@@ -8,7 +8,7 @@
include_role
:
name
:
system.freebsd
tasks_from
:
_buildinstimg
loop
:
"
{{
system_supported_architectures
|
product(system_supported_releases)
|
list
}}"
loop
:
"
{{
system_supported_architectures
['freebsd']
|
product(system_supported_releases
['freebsd']
)
|
list
}}"
loop_control
:
loop_var
:
distdata
tasks/mirror.yml
View file @
f526e034
...
...
@@ -7,7 +7,7 @@
-
name
:
create freebsd release mirror
include_tasks
:
_releasemirror.yml
loop
:
"
{{
system_supported_architectures
|
product(system_supported_releases)
|
list
}}"
loop
:
"
{{
system_supported_architectures
['freebsd']
|
product(system_supported_releases
['freebsd']
)
|
list
}}"
loop_control
:
loop_var
:
distdata
...
...
@@ -19,6 +19,6 @@
-
name
:
create freebsd release mirror
include_tasks
:
_packagemirror.yml
loop
:
"
{{
system_supported_architectures
|
product(system_supported_releases)
|
list
}}"
loop
:
"
{{
system_supported_architectures
['freebsd']
|
product(system_supported_releases
['freebsd']
)
|
list
}}"
loop_control
:
loop_var
:
distdata
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