Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Simple Deploy- and Management
package.auth
Commits
8f1deede
Commit
8f1deede
authored
Mar 05, 2020
by
Pietsch, Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added workaround to bug/issue #47023
parent
2eded79a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
tasks/configure.yml
tasks/configure.yml
+15
-0
tasks/main.yml
tasks/main.yml
+12
-1
No files found.
tasks/configure.yml
View file @
8f1deede
---
-
name
:
"
workaround
of
bug/issue
#47023"
set_fact
:
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
}}"
tasks/main.yml
View file @
8f1deede
---
-
import_role
:
-
name
:
"
workaround
of
bug/issue
#47023"
set_fact
:
auth_pkg_pkgs
:
"
{{
package_packages
}}"
auth_pkg_srvs
:
"
{{
package_services
}}"
auth_pkg_mgr
:
"
{{
package_pkg_mgr
}}"
-
include_role
:
name
:
package
vars
:
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