Skip to content

Commit 8ba476f

Browse files
author
jovial
authored
Merge pull request #6 from stackhpc/service-fix-ansible-2.7
Use state: started instead of state: running
2 parents 3b6df77 + bb9b9da commit 8ba476f

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)