Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
771828eb
Commit
771828eb
authored
3 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
adding python3-jinja2 package deployment for RHEL
parent
02d606b9
No related branches found
No related tags found
1 merge request
!506
adding python3-jinja2 package deployment for RHEL
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/deploy-xorg/tasks/main.yml
+9
-1
9 additions, 1 deletion
roles/deploy-xorg/tasks/main.yml
with
9 additions
and
1 deletion
roles/deploy-xorg/tasks/main.yml
+
9
−
1
View file @
771828eb
---
---
-
name
:
install dependencies
yum
:
name
:
python36-jinja2
enablerepo
:
epel
state
:
present
become
:
true
when
:
ansible_os_family=="RedHat"
-
name
:
create /opt/generate-xorg and template dirs
-
name
:
create /opt/generate-xorg and template dirs
become
:
yes
become
:
yes
file
:
file
:
...
@@ -41,7 +49,7 @@
...
@@ -41,7 +49,7 @@
-
name
:
deploy desktop related packages
-
name
:
deploy desktop related packages
package
:
package
:
name
:
name
:
-
python-is-python2
# compatibility package for get-xorg.py
#
- python-is-python2 # compatibility package for get-xorg.py
-
python-tk
#this is to get the Desktop Walltime script to work
-
python-tk
#this is to get the Desktop Walltime script to work
-
python-pexpect
#this is to make the ansible expect module work
-
python-pexpect
#this is to make the ansible expect module work
state
:
present
state
:
present
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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