mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Fixing some linting errors
This commit is contained in:
parent
f0544c7797
commit
c0a86264bf
1 changed files with 2 additions and 3 deletions
|
@ -88,7 +88,6 @@
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- packages_extra is defined
|
- packages_extra is defined
|
||||||
- packages_extra != ""
|
|
||||||
- packages_extra != '[]'
|
- packages_extra != '[]'
|
||||||
|
|
||||||
- name: Remove rpcbind, nfs-common
|
- name: Remove rpcbind, nfs-common
|
||||||
|
|
Loading…
Reference in a new issue