From 68262270b83816c4781ab8d064c7c629bb88ef2e Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Fri, 22 Jan 2016 23:11:41 +0100 Subject: [PATCH 1/2] Fixed error in qubesformation docs. Using Ansible devel. ScannerError: mapping values are not allowed here in "", line 18, column 18: two files: ^ --- ansible/library/qubesformation.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible/library/qubesformation.py b/ansible/library/qubesformation.py index 07ec82b..f0b4cc0 100644 --- a/ansible/library/qubesformation.py +++ b/ansible/library/qubesformation.py @@ -13,12 +13,13 @@ options: dest: required: true description: - - Where to deposit the recipe -- usually a path like + - | + Where to deposit the recipe -- usually a path like `/srv/user_salt/.sls`). Will create two files: - * The file you specified in `description`. - * An additional file with a .top extension instead of the - original extension of the file you specified. + 1. The file you specified in `description`. + 2. An additional file with a .top extension instead of the + original extension of the file you specified. others: description: - All arguments accepted by the M(template) module also work here, From 6e7eee6c70227aa6850fee3588cf1bf7c510eb42 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Wed, 10 Feb 2016 00:20:52 +0100 Subject: [PATCH 2/2] Fixed spelling. --- ansible/library/qubessls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/library/qubessls.py b/ansible/library/qubessls.py index 8c29e2c..d5035f2 100644 --- a/ansible/library/qubessls.py +++ b/ansible/library/qubessls.py @@ -14,7 +14,7 @@ options: required: true description: - The name of the recipe (SLS and top files), as stored in either `/srv/salt` for - recipes in the `base` Salt enviornment, or `/srv/user_salt` for those in the `user` + recipes in the `base` Salt environment, or `/srv/user_salt` for those in the `user` environment. env: required: false