8 lines
116 B
YAML
8 lines
116 B
YAML
|
---
|
||
|
|
||
|
- name: Restart nginx
|
||
|
service: name=nginx state=restarted
|
||
|
|
||
|
- name: Run acertmgr
|
||
|
command: /usr/bin/acertmgr
|