From 1fc8087adef3a4be947cffee38581d5c11a57450 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 19 Oct 2019 15:45:38 +0200 Subject: [PATCH] fix docs annotation --- defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 65bd403..b8864d8 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -9,7 +9,7 @@ ucs_tls_cert_path: /etc/pki/tls/certs/mycert.pem ucs_tls_key_path: /etc/pki/tls/private/mykey.pem ucs_filesystem_acl: [] -## Example: +# @var ucs_filesystem_acl:example: > # ucs_filesystem_acl: # - path: /shares/mydocuments # needs to be set # entity: john # needs to be set @@ -19,7 +19,7 @@ ucs_filesystem_acl: [] # recursive: # defaults to 'no' ucs_system_groups: [] -## Example: +# @var ucs_system_groups:example: > # ucs_system_groups: # - name: fs-mydocuments-rw # needs to be set # description: # defaults to not set @@ -30,7 +30,7 @@ ucs_system_groups: [] ucs_repository_unmaintained_enabled: False ucs_registry_extra: [] -## Example: +# @var ucs_registry_extra:example: > # ucs_registry_extra: # - path: timeserver # value: "ntp.example.com"