Skip to content

Commit

Permalink
ansible.netplan update file permission
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Guimaraes <yuri.kgpps@gmail.com>
  • Loading branch information
a-yyg committed Aug 28, 2024
1 parent 7020671 commit fb7f3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/netplan/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ansible.builtin.template:
src: 99-edge-auto.yaml.jinja2
dest: /etc/netplan/99-edge-auto-jetson.yaml
mode: 0644
mode: 0600
become: true

- name: Netplan apply
Expand Down

0 comments on commit fb7f3d3

Please sign in to comment.