mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
8 lines
191 B
YAML
8 lines
191 B
YAML
---
|
|
- name: configure rc.local for proxmox lxc containers
|
|
copy:
|
|
src: "{{ playbook_dir }}/scripts/rc.local"
|
|
dest: "/etc/rc.local"
|
|
mode: "u=rwx,g=rx,o=rx"
|
|
notify: reboot server
|