Skip to content

Commit 3dcb720

Browse files
make linter happy
1 parent 7e2a1f8 commit 3dcb720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/os_flavors/tasks/flavors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
state: "{{ item.0.state | default('present') }}"
2929
project: "{{ item.1 | default(omit) }}"
3030
loop: "{{ lookup('subelements', os_flavors, 'project', {'skip_missing': True}) }}"
31-
when: not item.0.is_public | bool
31+
when: not item.0.is_public | bool
32+

0 commit comments

Comments
 (0)