mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
5 lines
168 B
YAML
5 lines
168 B
YAML
---
|
|
# handlers file for stackdriver_logging
|
|
|
|
- name: Stackdriver Logging | Restart Stackdriver Agent
|
|
service: name={{ stackdriver_log_service_name }} state=restarted
|