Skip to content
Snippets Groups Projects
Verified Commit f6d16e10 authored by nd's avatar nd
Browse files

fix linter

parent 1816a929
No related branches found
No related tags found
No related merge requests found
- name: install dropbear-initramfs - name: install dropbear-initramfs
apt: apt:
pkg: pkg: dropbear-initramfs
- name: write config file for dropbear-initramfs - name: write config file for dropbear-initramfs
notify: update initramfs notify: update initramfs
template: template:
src: config.j2 src: config.j2
dest: /etc/dropbear-initramfs/config dest: /etc/dropbear-initramfs/config
mode: 0644
owner: root
group: root
- name: write authorized_keys file for dropbear-initramfs - name: write authorized_keys file for dropbear-initramfs
notify: update initramfs notify: update initramfs
template: template:
src: authorized_keys.j2 src: authorized_keys.j2
dest: /etc/dropbear-initramfs/authorized_keys dest: /etc/dropbear-initramfs/authorized_keys
mode: 0644
owner: root
group: root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment