Merge "Stop using deprecated running state"

This commit is contained in:
Zuul 2018-02-13 20:50:10 +00:00 committed by Gerrit Code Review
commit e01fe4d72a
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
- name: Start libvirtd
service:
name: "{{ libvirtd_service }}"
state: running
state: started
enabled: true
become: true
when: not chrooted|bool

View File

@ -7,6 +7,6 @@
- name: Start Openvswitch
service:
name: "{{ ovs_service }}"
state: running
state: started
enabled: true
become: true