Skip to content

Commit bb9b9da

Browse files
committed
Use state: started instead of state: running
state=running has been removed from ansible as of version 2.7.0, see changelog for details: https://github.com/ansible/ansible/blob/stable-2.7/changelogs/CHANGELOG-v2.7.rst#minor-changes
1 parent 3b6df77 commit bb9b9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
- name: Ensure the libvirt daemon is started and enabled
3838
service:
3939
name: libvirtd
40-
state: running
40+
state: started
4141
enabled: yes
4242
become: True

0 commit comments

Comments
 (0)