From 7853f08a9ae092417e2b69800dbe4aa450600303 Mon Sep 17 00:00:00 2001 From: Bert-Jan Fikse Date: Wed, 20 Aug 2025 11:26:33 +0200 Subject: [PATCH] chore: set remote_user to root --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 48a8b6b..a2993f2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] -collections_paths = ./collections \ No newline at end of file +collections_paths = ./collections +remote_user = root \ No newline at end of file