Skip to content
Snippets Groups Projects
Commit 771828eb authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

adding python3-jinja2 package deployment for RHEL

parent 02d606b9
No related branches found
No related tags found
1 merge request!506adding python3-jinja2 package deployment for RHEL
--- ---
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment