We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d42bda commit cc16f12Copy full SHA for cc16f12
meta/main.yml
@@ -11,8 +11,9 @@ galaxy_info:
11
min_ansible_version: 2.5.0
12
platforms:
13
- name: EL
14
- versions:
+ release:
15
- 7
16
+ - 8
17
galaxy_tags:
18
- openhpc
19
- slurm
tasks/install.yml
@@ -61,6 +61,9 @@
61
content: |
62
[Unit]
63
After=cloud-final.service
64
+ owner: root
65
+ group: root
66
+ mode: 0644
67
68
- name: Install packages from openhpc_packages variable
69
yum:
0 commit comments