Skip to content

Commit

Permalink
Make sure the clusterssh config dir exists
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Apr 10, 2024
1 parent 4cd836a commit e9d2b24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions provision-contest/ansible/roles/clusterssh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
pkg:
- clusterssh

- name: Create clusterssh clusters file
file:
state: directory
owner: domjudge
group: domjudge
path: /home/domjudge/.clusterssh
mode: 0755

- name: Create clusterssh clusters file
become: true
become_user: domjudge
Expand Down

0 comments on commit e9d2b24

Please sign in to comment.