From 5922d3ce7447adad345ea3f3901f28cd394b685a Mon Sep 17 00:00:00 2001 From: Mathieu BOURBON Date: Fri, 23 Jan 2026 11:01:52 +0100 Subject: [PATCH] typo fix --- add_ssh_user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_ssh_user.yml b/add_ssh_user.yml index 6c3bfb3..ba4ca26 100644 --- a/add_ssh_user.yml +++ b/add_ssh_user.yml @@ -1,5 +1,5 @@ - hosts: lxc roles: - add_ssh_user + - add_ssh_user vars: ansible_host_key_checking: False