mirror of
https://github.com/pigmonkey/spark.git
synced 2026-08-02 04:23:21 +00:00
do not start macchiato during the task
Starting macchiato here brings down the network connection for a couple seconds, which will cause subsequent network dependent tasks to fail. Start the service with a handler after everything else is done.
This commit is contained in:
parent
643419592a
commit
1027c3ce1b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
with_items: "{{ ansible_interfaces }}"
|
||||
|
||||
- name: Enable macchiato
|
||||
service: name=macchiato.service enabled=yes state=started
|
||||
service: name=macchiato.service enabled=yes
|
||||
when: network.spoof_mac == True
|
||||
notify:
|
||||
- start macchiato
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue