Merge "Fix linting issues for ansible-lint 3.4.1"

This commit is contained in:
Jenkins 2016-11-02 13:34:31 +00:00 committed by Gerrit Code Review
commit 917aa273ca
2 changed files with 3 additions and 1 deletions

View File

@ -95,4 +95,5 @@
when: add_repos|changed
tags:
- haproxy-repos
# don't trigger ANSIBLE0016
- skip_ansible_lint

View File

@ -32,5 +32,6 @@
- name: Install HATop
command: "install -m 755 bin/hatop /usr/local/bin"
changed_when: false
args:
chdir: "/opt/{{ haproxy_hatop_download_url | basename | replace('.tar.gz', '') }}"