ping_check/node2.yml
2024-03-29 11:35:20 -04:00

13 lines
252 B
YAML

---
- name: Set stats test - node2
hosts: all
become: true
gather_facts: false
tasks:
- name: Debug test_set_stats
ansible.builtin.debug:
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
...