Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
dcfb11ea
Commit
dcfb11ea
authored
2 years ago
by
keshavprasadms
Browse files
Options
Download
Patches
Plain Diff
fix: python packages for ubuntu 18 and above
parent
503caa6b
master
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
upstream/release-5.1.0-vdn
release-5.2.0-inquiry_RC1
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.2
release-5.0.2_RC1
release-5.0.1
release-5.0.1_RC1
release-5.0.0
release-5.0.0_RC5
release-5.0.0_RC4
release-5.0.0_RC3
release-5.0.0_RC2
release-5.0.0_RC1
release-4.10.2_RC1
release-4.10.1
release-4.10.1_RC2
release-4.10.1_RC1
release-4.10.0
release-4.10.0_RC1
release-4.9.0
release-4.9.0_RC4
release-4.9.0_RC3
release-4.9.0_RC2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/keycloak-deploy/tasks/bootstrap.yml
+8
-4
ansible/roles/keycloak-deploy/tasks/bootstrap.yml
with
8 additions
and
4 deletions
+8
-4
ansible/roles/keycloak-deploy/tasks/bootstrap.yml
+
8
−
4
View file @
dcfb11ea
...
@@ -39,12 +39,16 @@
...
@@ -39,12 +39,16 @@
update_cache
:
true
update_cache
:
true
run_once
:
true
run_once
:
true
-
name
:
Ensure pip is installed
-
name
:
Ensure python packages are installed
apt
:
name=python-pip update_cache=yes
apt
:
name
:
[
"
python-pip"
,
"
python-dev"
]
update_cache
:
yes
when
:
ansible_os_family == 'Debian' and ansible_distribution_version | float <
18
when
:
ansible_os_family == 'Debian' and ansible_distribution_version | float <
18
-
name
:
Ensure pip is installed
-
name
:
Ensure python packages are installed
apt
:
name=python3-pip update_cache=yes
apt
:
name
:
[
"
python3-pip"
,
"
python3-dev"
]
update_cache
:
yes
when
:
ansible_os_family == 'Debian' and ansible_distribution_version | float >
18
when
:
ansible_os_family == 'Debian' and ansible_distribution_version | float >
18
-
name
:
Copying python libraries
-
name
:
Copying python libraries
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets