Files
ansible-automations/roles/setup/tasks/software/acl.yml
Noah Knegt 96ce6a4320
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Add fixes for nvm
Signed-off-by: Noah Knegt <git@noahknegt.com>
2023-06-01 12:02:45 +02:00

16 lines
544 B
YAML

# ===================================================================================================
# ? ABOUT
# @author : Noah Knegt
# @email : personal@noahknegt.com
# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations
# @createdOn : 01-06-2023
# @description :
# ===================================================================================================
---
- name: Install acl
package:
name:
- acl
state: latest