Files
portfolio/professional-infra/linux-operations-automation/roles/patching/handlers/main.yml
T

7 lines
145 B
YAML
Raw Normal View History

2026-05-04 17:37:24 +00:00
---
- name: restart patching services
ansible.builtin.service:
name: "{{ item }}"
state: restarted
loop: "{{ services_to_restart }}"