ansible/playbooks/10_install_apparmor.yml
2022-12-14 02:23:34 +01:00

11 lines
214 B
YAML

- hosts: odroid_cluster
name: Install apparmor
become: true
tasks:
- name: Install apparmor
ansible.builtin.apt:
name:
- apparmor
- apparmor-utils
state: present