Skip to content

Commit

Permalink
Merge branch 'update-code-submitter'
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Oct 23, 2024
2 parents 6c9fdec + 96d6012 commit 7bb8fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/code-submitter/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
repo: https://github.com/PeterJCLaw/code-submitter
dest: "{{ install_dir }}"
force: true
version: 68c60c030d361f50d415f4e89a87b673a4ef5e4f
version: a9565062242dc07294d69a3fb90871202fd753bd
notify:
Restart code-submitter
register: code_submitter_repo
Expand All @@ -48,7 +48,7 @@

- name: Create credentials
copy:
content: ""
content: "{}"
dest: "{{ secrets_dir }}/code-submitter-credentials.yaml"
owner: www-data
force: false
Expand Down

0 comments on commit 7bb8fd7

Please sign in to comment.