mg
7ac4a0eaf2
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#265 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
8 lines
151 B
YAML
8 lines
151 B
YAML
---
|
|
- name: install nyx packages
|
|
become: yes
|
|
ansible.builtin.package:
|
|
name:
|
|
- nyx
|
|
state: present
|
|
notify: restart tor
|