From 950d36f70818e1dd72febd1f90f76d07e8d33053 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 22 Nov 2019 10:38:38 +0100 Subject: [PATCH] fix docs annotation --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 74167df..af250ff 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -7,11 +7,11 @@ cups_version: 2.2.10 cups_packages_extra: [] # @var cups_selinux_fcontext:example: $> -# [{ target: '/opt/brother', setype: 'bin_t' }] +# [{ "target": "/opt/brother", "setype": "bin_t" }] # @end cups_selinux_fcontext: [] -# cups_selinux_restorecon:example: ["-R /opt/brother"] +# @var cups_selinux_restorecon:example: ["-R /opt/brother"] cups_selinux_restorecon: [] cups_admin_group: printadmin