From ca36fde758bca73477792c1219436d2b2cac2810 Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Wed, 8 Jan 2025 20:28:32 +0100 Subject: [PATCH] Fix adding ssh-keys --- roles/api/tasks/credentials.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/api/tasks/credentials.yml b/roles/api/tasks/credentials.yml index 98a3b2e..2356d83 100644 --- a/roles/api/tasks/credentials.yml +++ b/roles/api/tasks/credentials.yml @@ -81,7 +81,7 @@ } } body_format: json - status_code: 204 + status_code: 201 timeout: 5 register: semaphore_key_github_created when: @@ -118,7 +118,7 @@ } } body_format: json - status_code: 204 + status_code: 201 timeout: 5 no_log: "{{ not debug }}" register: semaphore_key_inventory_created