role_stubby/tasks/installation.yml
2025-04-10 16:13:21 +02:00

8 lines
107 B
YAML

---
# tasks file for stubby
- name: Install stubby
ansible.builtin.apt:
name: stubby
become: true