9 lines
138 B
YAML
9 lines
138 B
YAML
|
---
|
||
|
- name: install nyx packages
|
||
|
become: true
|
||
|
ansible.builtin.package:
|
||
|
name:
|
||
|
- nyx
|
||
|
state: present
|
||
|
notify: restart tor
|