Merge "Fix linting issues for ansible-lint 3.4.1"
This commit is contained in:
commit
917aa273ca
@ -95,4 +95,5 @@
|
|||||||
when: add_repos|changed
|
when: add_repos|changed
|
||||||
tags:
|
tags:
|
||||||
- haproxy-repos
|
- haproxy-repos
|
||||||
|
# don't trigger ANSIBLE0016
|
||||||
|
- skip_ansible_lint
|
||||||
|
@ -32,5 +32,6 @@
|
|||||||
|
|
||||||
- name: Install HATop
|
- name: Install HATop
|
||||||
command: "install -m 755 bin/hatop /usr/local/bin"
|
command: "install -m 755 bin/hatop /usr/local/bin"
|
||||||
|
changed_when: false
|
||||||
args:
|
args:
|
||||||
chdir: "/opt/{{ haproxy_hatop_download_url | basename | replace('.tar.gz', '') }}"
|
chdir: "/opt/{{ haproxy_hatop_download_url | basename | replace('.tar.gz', '') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user