diff options
author | Adrien Vergé <adrienverge@gmail.com> | 2016-04-18 16:47:38 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-11-11 23:50:57 +0100 |
commit | 0e834fc9e4ace93a5e47647fb3544d775977d90c (patch) | |
tree | ad27e0acb1dd75fb28c9d9701ff9bf4df262a277 /test/integration/targets/test_infra | |
parent | Improved Get-PendingRebootStatus (diff) | |
download | ansible-0e834fc9e4ace93a5e47647fb3544d775977d90c.tar.xz ansible-0e834fc9e4ace93a5e47647fb3544d775977d90c.zip |
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/test_infra')
-rw-r--r-- | test/integration/targets/test_infra/test_test_infra.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/test_infra/test_test_infra.yml b/test/integration/targets/test_infra/test_test_infra.yml index 13c570530a..706f9b8fca 100644 --- a/test/integration/targets/test_infra/test_test_infra.yml +++ b/test/integration/targets/test_infra/test_test_infra.yml @@ -23,4 +23,3 @@ - name: EXPECTED FAILURE ensure fail action stops execution fail: msg: fail actually failed (this is expected) - |