ansible-role-openpolicyagent/handlers/main.yml

10 lines
132 B
YAML
Raw Permalink Normal View History

2019-10-07 22:09:33 +00:00
---
- name: Reload systemctl
command: systemctl daemon-reload
- name: Restart OPA
systemd:
name: opa
state: restarted