Skip to content

Commit

Permalink
fix init hpc test user home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Apr 3, 2024
1 parent 13f1003 commit 9e20a60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/roles/tests/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---

- name: init home directory for {{test_user}}
shell: |
su - {{test_user}} -c exit
- name: Upload test suite
become_user: '{{test_user}}'
copy:
Expand Down

0 comments on commit 9e20a60

Please sign in to comment.