From 40210f9b6d5ad1ea0bf8b90cc648fc086bc175a4 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Thu, 30 Nov 2023 21:23:37 +0100 Subject: [PATCH] fix: linting --- tasks/add_ssh_keys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/add_ssh_keys.yml b/tasks/add_ssh_keys.yml index 4253286..623870c 100644 --- a/tasks/add_ssh_keys.yml +++ b/tasks/add_ssh_keys.yml @@ -7,4 +7,4 @@ comment: "{{ provision_management_user_name }}@{{ ansible_hostname }}" key_options: "{{ provision_management_user_ssh_key_options }}" exclusive: "{{ provision_management_user_ssh_key_exclusive }}" - become: true \ No newline at end of file + become: true