From 5d5fad9eb4ee03c2c41e2f219a637bf3701f2dc6 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 26 Mar 2023 23:52:05 +0200 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45025d1..096e162 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Including an example of how to use your role (for instance, with variables passe ansible.builtin.file: path: "/tmp/id_ed25519_{{ ansible_hostname }}" state: absent + delegate_to: localhost - name: "Provision ansible user" ansible.builtin.include_role: