Use state: started instead of state:running

state: running is deprecated and has been removed in
the v2.7.1 release of ansible, see:

617372f8c0 (diff-feb33e2d626dfa74de00b4ffe094e1a0)

Depends-On: https://review.openstack.org/#/c/615224/
Change-Id: I94d710472b1fbc1e05ef11fdefa909b15bedd712
This commit is contained in:
Will Szumski 2018-11-05 12:13:37 +00:00
parent 75a86cb00d
commit d697cb47f0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
- name: Ensure Open vSwitch is started and enabled
service:
name: openvswitch
state: running
state: started
enabled: true
become: true
# Assume a non-zero return code means the command does not exist. Do this