13 lines
192 B
YAML

---
- name: Say hi.
ansible.builtin.debug:
msg: "Hi."
- name: Do we have bigboot_size_target
ansible.builtin.debug:
msg: "bigboot_size_target == {{ bigboot_size_target }}"
...