mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-03-09 11:00
This commit is contained in:
		| @@ -4,14 +4,11 @@ | ||||
|   stat: path=/dev/virtio-ports/org.qemu.guest_agent.0 | ||||
|   register: qemu_ga_dev | ||||
|  | ||||
| - include_tasks: guest_{{ ansible_os_family }}.yml | ||||
|   when: | ||||
|     - qemu_ga_dev.stat.exists | ||||
|     - ansible_virtualization_type == 'kvm' | ||||
|   tags: always | ||||
| - block: | ||||
|     - include_tasks: guest_{{ ansible_os_family }}.yml | ||||
|  | ||||
| - name: Start and enable qemu guest agent | ||||
|   service: name=qemu-guest-agent state=started enabled=True | ||||
|     - name: Start and enable qemu guest agent | ||||
|       service: name=qemu-guest-agent state=started enabled=True | ||||
|   when: | ||||
|     - qemu_ga_dev.stat.exists | ||||
|     - qemu_ga_dev.stat.exists | default(False) | ||||
|     - ansible_virtualization_type == 'kvm' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud