Skip to content

Commit ca36fde

Browse files
committed
Fix adding ssh-keys
1 parent 1638c52 commit ca36fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: roles/api/tasks/credentials.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
}
8282
}
8383
body_format: json
84-
status_code: 204
84+
status_code: 201
8585
timeout: 5
8686
register: semaphore_key_github_created
8787
when:
@@ -118,7 +118,7 @@
118118
}
119119
}
120120
body_format: json
121-
status_code: 204
121+
status_code: 201
122122
timeout: 5
123123
no_log: "{{ not debug }}"
124124
register: semaphore_key_inventory_created

0 commit comments

Comments
 (0)