2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 23:09:03 +00:00

fix: dns caching handle name not match

This commit is contained in:
Adam Tang 2020-08-14 13:39:10 +08:00
parent 967d1498f6
commit 9bdff524cd

View File

@ -1,4 +1,4 @@
---
- name: Restart network manager
- name: restart network manager
service: name=NetworkManager state=restarted
...