Skip to content

Commit 370eea9

Browse files
authored
Update source-hpl.yml
1 parent f3dd49c commit 370eea9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ansible/roles/hpctests/tasks/source-hpl.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
file:
55
path: "/opt/hpl"
66
state: directory
7+
owner: root
8+
group: root
79
mode: '0755'
810

911
- name: Download HPL sources
@@ -12,4 +14,6 @@
1214
remote_src: yes
1315
dest: "/opt/hpl"
1416
keep_newer: yes
15-
mode: '0755'
17+
owner: root
18+
group: root
19+
mode: '0755'

0 commit comments

Comments
 (0)