mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
6 lines
111 B
YAML
6 lines
111 B
YAML
---
|
|
- name: Install acmetool
|
|
become: true
|
|
ansible.builtin.package:
|
|
name: 'acmetool'
|
|
state: present
|