1 2 3 4 5 6
--- - name: install rescue and administration packages ansible.builtin.package: name: "{{ toolbox__packages }}" state: present