Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
bugfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
imp1sh committed Jun 1, 2022
1 parent 7c05a4e commit 4935c8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion roles/ansible_openwrtdropbear/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
template:
src: dropbearkeys.jinja2
dest: "{{ openwrt_dropbear_deploypath_keys }}"
dest: /etc/dropbear/authorized_keys
owner: root
group: root
mode: 0600
Expand Down
1 change: 0 additions & 1 deletion roles/ansible_openwrtrestic/tasks/1install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- name: add /etc/config/installed.packages to sysupgrade config
lineinfile:
path: "{{ openwrt_restic_deploypath_sysupgrade }}"
path: /etc/sysupgrade.conf
line: /etc/config/installed.packages
regexp: /etc/config/installed.packages
state: present
Expand Down

0 comments on commit 4935c8f

Please sign in to comment.