Update customized live image weekly.
This commit is contained in:
parent
adaa730c07
commit
62931a927f
4 changed files with 34 additions and 0 deletions
|
@ -17,6 +17,16 @@
|
|||
dest: /usr/local/sbin/
|
||||
mode: 0755
|
||||
|
||||
- name: provide service and timer for livebuilder
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/systemd/system/{{ item }}"
|
||||
mode: 0644
|
||||
with_items:
|
||||
- livebuilder.service
|
||||
- livebuilder.timer
|
||||
notify: "enable livebuilder.timer"
|
||||
|
||||
- name: copy live-build configuration
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue