8 lines
179 B
YAML
8 lines
179 B
YAML
---
|
|
- name: Restart_SNMPd
|
|
ansible.builtin.service:
|
|
name : snmpd
|
|
state: restarted
|
|
when:
|
|
- not ansible_virtualization_type | regex_search("docker|podman|container")
|