mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-11 21:30:28 -07:00
5 lines
174 B
YAML
5 lines
174 B
YAML
---
|
|
# handlers file for stackdriver_monitoring
|
|
|
|
- name: Stackdriver Monitoring | Restart Stackdriver Agent
|
|
service: name={{ stackdriver_mon_service_name }} state=restarted
|