mirror of https://github.com/ansible/ansible.git
Fix the lxc container restart state
The lxc container restart state does not ensure that the container is in fact started unless another config or command is passed into the task. to fix this the module simply needs to have the function call added ``self._container_startup()`` after the container is put into a stopped state. Signed-off By: Kevin Carter <kevin.carter@rackspace.com>pull/18777/head
parent
5f84fc985d
commit
16cc3423a5
Loading…
Reference in New Issue