Skip to content

Commit

Permalink
Fix adding ssh-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 8, 2025
1 parent 1638c52 commit ca36fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/api/tasks/credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
}
body_format: json
status_code: 204
status_code: 201
timeout: 5
register: semaphore_key_github_created
when:
Expand Down Expand Up @@ -118,7 +118,7 @@
}
}
body_format: json
status_code: 204
status_code: 201
timeout: 5
no_log: "{{ not debug }}"
register: semaphore_key_inventory_created
Expand Down

0 comments on commit ca36fde

Please sign in to comment.