Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
193 B

  1. # handlers are run in the order listed not in the order notified
  2. ---
  3. - name: restart container
  4. lxc_container:
  5. name: "{{ vm_name }}"
  6. state: restarted
  7. register: container_restart