mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 05:37:35 +02:00
init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
- hosts: odroid_cluster
|
||||
name: Install apparmor
|
||||
become: true
|
||||
tasks:
|
||||
- name: Install apparmor
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- apparmor
|
||||
- apparmor-utils
|
||||
state: present
|
||||
Reference in New Issue
Block a user