Added group configurataion for os_raspbian

dehydrated
Felix Stupp 4 years ago
parent 3d5e2f0e9d
commit cc62f7617f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,16 @@
---
- name: Configure Raspberry Pi nodes
hosts: os_raspbian
tasks:
- name: Configure default boot to console shell
file:
state: link
src: "{{ global_systemd_preset_directory }}/multi-user.target"
dest: "{{ global_systemd_configuration_directory }}/default.target"
owner: root
group: root
- name: Remove raspian specific apt source file
file:
state: absent
path: "{{ global_apt_sources_directory }}/raspi.list"
Loading…
Cancel
Save