Skip to content

Commit 60cf41a

Browse files
authored
Closes #35: Replace | bool with is truthy
1 parent 6d7a833 commit 60cf41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/setup_netbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
group: "{{ netbox_group }}"
6262
mode: "644"
6363
register: local_requirements_file
64-
when: netbox_local_requirements | bool
64+
when: netbox_local_requirements is truthy
6565

6666
- name: Install local requirements
6767
ansible.builtin.pip:

0 commit comments

Comments
 (0)