Skip to content
Snippets Groups Projects
Commit b07b660c authored by Peter Toth's avatar Peter Toth
Browse files

Upload New File

parent 252d09bc
Branches
Tags
No related merge requests found
- hosts: test_system
become: true
become_user: root
tasks:
- name: Update apt cache and make sure acl are installed
apt:
name: "{{ item }}"
update_cache: yes
loop:
- acl
- python3-pip
- jq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment