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

7 lines
111 B
YAML
Raw Normal View History

2021-07-16 01:19:30 +02:00
---
- name: Install acmetool
become: true
ansible.builtin.package:
name: 'acmetool'
state: present