Try to work around #1039472. Use full path. Fix grub update. Cleanup.
This commit is contained in:
parent
1445467387
commit
edf71a4368
3 changed files with 9 additions and 19 deletions
|
@ -84,7 +84,7 @@
|
|||
- linbo-torrenthelper.sh
|
||||
- vmimage-torrent
|
||||
|
||||
- name: deploy linbo-torrent defaults
|
||||
- name: Deploy linbo-torrent defaults
|
||||
copy:
|
||||
src: linbo-torrent
|
||||
dest: /etc/default/
|
||||
|
@ -120,22 +120,12 @@
|
|||
path: /usr/lib/qemu/qemu-bridge-helper
|
||||
mode: '4755'
|
||||
|
||||
- name: deploy http proxy config
|
||||
- name: Deploy http proxy config
|
||||
copy:
|
||||
src: lmn-proxy.sh
|
||||
dest: /etc/profile.d/
|
||||
mode: '0644'
|
||||
|
||||
- name: deploy pulseaudio fix
|
||||
file:
|
||||
path: /etc/systemd/user/pulseaudio.service.d/
|
||||
state: directory
|
||||
|
||||
- name: deploy pulseaudio fix
|
||||
copy:
|
||||
src: pulseaudio-override.conf
|
||||
dest: /etc/systemd/user/pulseaudio.service.d/override.conf
|
||||
|
||||
- name: Create directory for local .desktop-Files
|
||||
ansible.builtin.file:
|
||||
path: "{ item }"
|
||||
|
@ -159,12 +149,12 @@
|
|||
notify: Run update-desktop-database
|
||||
|
||||
- name: sync .torrent, .xml and .desktop files and run update-desktop-database
|
||||
command: sync-vm.sh -t
|
||||
command: /usr/local/bin/sync-vm.sh -t
|
||||
register: result
|
||||
changed_when: result.stdout | length > 0
|
||||
|
||||
#### VMs
|
||||
- name: deploy initial image list
|
||||
- name: Deploy initial image list
|
||||
copy:
|
||||
src: images.list
|
||||
dest: /var/lib/libvirt/images/images.list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue