diff --git a/ansible/tasks/ioc/ioc-start.yml b/ansible/tasks/ioc/ioc-start.yml index 4c83ae8..e3ee200 100644 --- a/ansible/tasks/ioc/ioc-start.yml +++ b/ansible/tasks/ioc/ioc-start.yml @@ -1,5 +1,8 @@ --- - name: "[{{ ioc_port }}] Start IOC" ansible.builtin.shell: | + sudo shellbox status + sudo shellbox reload + sudo shellbox status sudo shellbox start {{ ioc_port }} changed_when: true