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
package.auth
Commits
3c7e169e
Commit
3c7e169e
authored
Mar 05, 2020
by
Pietsch, Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change temporary vars to private vars
parent
1f4a454e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tasks/configure.yml
tasks/configure.yml
+6
-6
No files found.
tasks/configure.yml
View file @
3c7e169e
...
...
@@ -2,14 +2,14 @@
-
name
:
"
workaround
of
bug/issue
#47023"
set_fact
:
auth_pkg_pkgs
:
"
{{
package_packages
}}"
auth_pkg_srvs
:
"
{{
package_services
}}"
auth_pkg_mgr
:
"
{{
package_pkg_mgr
}}"
_
auth_pkg_pkgs
:
"
{{
package_packages
}}"
_
auth_pkg_srvs
:
"
{{
package_services
}}"
_
auth_pkg_mgr
:
"
{{
package_pkg_mgr
}}"
-
include_role
:
name
:
package
tasks_from
:
configure
vars
:
package_packages
:
"
{{
auth_pkg_pkgs
}}"
package_services
:
"
{{
auth_pkg_srvs
}}"
package_pkg_mgr
:
"
{{
auth_pkg_mgr
}}"
package_packages
:
"
{{
_
auth_pkg_pkgs
}}"
package_services
:
"
{{
_
auth_pkg_srvs
}}"
package_pkg_mgr
:
"
{{
_
auth_pkg_mgr
}}"
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