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/yum | |
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/yum')
-rw-r--r-- | test/integration/targets/yum/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/yum/tasks/main.yml b/test/integration/targets/yum/tasks/main.yml index 41ce38f7c8..209362d44e 100644 --- a/test/integration/targets/yum/tasks/main.yml +++ b/test/integration/targets/yum/tasks/main.yml @@ -20,4 +20,3 @@ # We want to test that for people who don't want to upgrade their systems. - include: 'yum.yml' when: ansible_distribution in ['RedHat', 'CentOS', 'ScientificLinux', 'Fedora'] and ansible_python.version.major == 2 - |