From 032054b47813692874ac76ca8d601ed4b97bcbdc Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 28 Jan 2021 13:40:24 +0100 Subject: [PATCH] README: Document missing exported variable --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc06d85..f0760ce 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,12 @@ the above list. Default path to the sftp server binary. +### Variables Exported by the Role + +* `sshd_has_run` + +This variable is set to *true* after the role was successfully executed. + Dependencies ------------