Commit 0c803f3a authored by nanahira's avatar nanahira

fix qemu user

parent cd590ba2
...@@ -74,8 +74,8 @@ ...@@ -74,8 +74,8 @@
path: /etc/crontab path: /etc/crontab
marker: '# {mark} MyCard NextGen Router block' marker: '# {mark} MyCard NextGen Router block'
block: | block: |
user = "{{ansible_user_id}}" user = "root"
group = "{{ansible_user_id}}" group = "root"
notify: restart_libvirt notify: restart_libvirt
- name: libvirt service - name: libvirt service
become: true 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