forked from infra/ansible
14 lines
240 B
YAML
14 lines
240 B
YAML
---
|
|
|
|
- name: Run acertmgr
|
|
command: /usr/bin/acertmgr
|
|
|
|
- name: Reload systemd
|
|
systemd: daemon_reload=yes
|
|
|
|
- name: Restart netbox
|
|
service: name=netbox state=restarted
|
|
|
|
- name: Restart netbox-rq
|
|
service: name=netbox-rq state=restarted
|