Skip to content

Commit

Permalink
added service task to ensure that service starts after config
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerr committed Oct 22, 2018
1 parent 3879c19 commit c810ca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/config_kvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@
kvm_enable_tcp and
ansible_os_family == "Debian" and
not ansible_check_mode
- name: config_kvm | starting libvirt service
service:
name: "{{ kvm_service_name }}"
state: started
enabled: yes

0 comments on commit c810ca9

Please sign in to comment.