1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/tasks/install.yml
2021-07-16 01:19:30 +02:00

6 lines
111 B
YAML

---
- name: Install acmetool
become: true
ansible.builtin.package:
name: 'acmetool'
state: present