mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
ansible-lint: Fix remaining jinja[spacing] warnings
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
2de826ee24
commit
b1d2f305c2
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
set_fact:
|
||||
coverage_file:
|
||||
# yamllint disable-line rule:line-length
|
||||
ansible-coverage-{{ coverage_module }}-{{ test_playbook|replace('.yml', '') }}
|
||||
ansible-coverage-{{ coverage_module }}-{{ test_playbook | replace('.yml', '') }}
|
||||
|
||||
- name: debug info
|
||||
debug:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
- name: Get NetworkManager version
|
||||
set_fact:
|
||||
networkmanager_version: "{{ networkmanager_info.results |
|
||||
selectattr('yumstate','match','^installed$') |
|
||||
selectattr('yumstate', 'match', '^installed$') |
|
||||
map(attribute='version') | list | first }}"
|
||||
|
||||
# workaround for: https://github.com/ansible/ansible/issues/27973
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue