Skip to content

Commit f6311b6

Browse files
author
Scott Davidson
committed
Use testuser to run job
1 parent a95a6fb commit f6311b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/ci/check_eessi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
- name: Run EESSI test job
33
hosts: login # TODO: Limit this to single node when there are multiple?
4+
become: true
5+
become_user: testuser
46
tasks:
57
- name: Clone eessi-demo repo
68
ansible.builtin.git:

0 commit comments

Comments
 (0)