Commit 0c803f3a authored by nanahira's avatar nanahira

fix qemu user

parent cd590ba2
......@@ -74,8 +74,8 @@
path: /etc/crontab
marker: '# {mark} MyCard NextGen Router block'
block: |
user = "{{ansible_user_id}}"
group = "{{ansible_user_id}}"
user = "root"
group = "root"
notify: restart_libvirt
- name: libvirt service
become: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment