From 9eeb8ccd733fa8519906110ba180254b2c049393 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Mon, 1 Mar 2021 16:08:08 +0100 Subject: [PATCH] Remove non-Ansible SSH root keys --- roles/ldap_client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ldap_client/tasks/main.yml b/roles/ldap_client/tasks/main.yml index 8599950..94ed070 100644 --- a/roles/ldap_client/tasks/main.yml +++ b/roles/ldap_client/tasks/main.yml @@ -21,4 +21,4 @@ user: root key: "{{ ssh_pub_keys }}" state: present -# exclusive: True + exclusive: True