diff options
author | Adrien Vergé <adrienverge@gmail.com> | 2016-04-18 16:47:38 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-11-11 14:50:57 -0800 |
commit | 0e834fc9e4ace93a5e47647fb3544d775977d90c (patch) | |
tree | ad27e0acb1dd75fb28c9d9701ff9bf4df262a277 /test/integration/targets/lookup_paths | |
parent | 8874c1dc39e0901ea958cfaab8206ee7f4e3c6e9 (diff) | |
download | ansible-0e834fc9e4ace93a5e47647fb3544d775977d90c.tar.gz |
Fix cosmetic problems in YAML source
This change corrects problems reported by the `yamllint` linter.
Since key duplication problems were removed in 4d48711, this commit
mainly fixes trailing spaces and extra empty lines at beginning/end of
files.
Diffstat (limited to 'test/integration/targets/lookup_paths')
-rw-r--r-- | test/integration/targets/lookup_paths/testplay.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/lookup_paths/testplay.yml b/test/integration/targets/lookup_paths/testplay.yml index 8bf4be2c08..939bf22dac 100644 --- a/test/integration/targets/lookup_paths/testplay.yml +++ b/test/integration/targets/lookup_paths/testplay.yml @@ -16,4 +16,3 @@ that: - 'play_result == play_out' - 'role_result == role_out' - |