From 7614575dbd951def039ea13052fa0c75380d5b87 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 14 Apr 2024 00:26:17 +0200 Subject: [PATCH] Update README.md --- slococo/playground/roles/ssh_config/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slococo/playground/roles/ssh_config/README.md b/slococo/playground/roles/ssh_config/README.md index 1b96122..9466020 100644 --- a/slococo/playground/roles/ssh_config/README.md +++ b/slococo/playground/roles/ssh_config/README.md @@ -5,7 +5,8 @@ An Ansible Role to manage SSH configuration on Linux systems. ## Requirements -None. +- Ansible 2.12.0 or later +- This role requires elevated privileges. Make sure to set `become: true` when using this role. ## Role Variables @@ -17,7 +18,6 @@ options: # Add more SSH options as needed ``` - Example Playbook ---------------- @@ -28,7 +28,7 @@ Example Playbook PasswordAuthentication: 'no' roles: - - { role: slococo.playground.ssh_config } + - { role: slococo.playground.ssh_config, become: true } ``` License