forked from bitlair/ansible
Linter + Dashboard fixes
This commit is contained in:
parent
e1bf3e1765
commit
abc64144a8
44 changed files with 265 additions and 379 deletions
|
@ -15,7 +15,7 @@
|
|||
- name: Enable sshd
|
||||
ansible.builtin.systemd:
|
||||
name: sshd
|
||||
enabled: yes
|
||||
enabled: true
|
||||
state: started
|
||||
|
||||
- name: Rotate display
|
||||
|
@ -24,7 +24,6 @@
|
|||
line: "display_rotate={{ raspi_rotate_display }} # Managed by Ansible"
|
||||
regexp: "^#?display_rotate"
|
||||
when: raspi_rotate_display is defined
|
||||
notify: reboot
|
||||
|
||||
- name: Disable swap
|
||||
block:
|
||||
|
@ -45,4 +44,3 @@
|
|||
path: /etc/dhcpcd.conf
|
||||
line: "slaac hwaddr # Managed by Ansible"
|
||||
regexp: "^#?slaac"
|
||||
notify: reboot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue