conditionals

This commit is contained in:
Chris Hammer 2024-03-29 13:34:46 -04:00
parent be7c46d665
commit f060abb099
2 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,6 @@
- name: Debug test_set_stats
ansible.builtin.debug:
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
when: __bigboot_size_target | length > 1
...

View File

@ -8,5 +8,6 @@
- name: Debug test_set_stats
ansible.builtin.debug:
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
when: __bigboot_size_target | length > 0
...