Skip to content

Commit

Permalink
fix(ansible): Fix group permissions on tmp folder (techno-tim#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Sep 9, 2022
1 parent 58c3a61 commit b1df966
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/k3s/post/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
path: /tmp/k3s
state: directory
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
mode: 0755
with_items: "{{ groups['master'] }}"
run_once: true
Expand All @@ -14,7 +13,6 @@
src: "metallb.crs.j2"
dest: "/tmp/k3s/metallb-crs.yaml"
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
mode: 0755
with_items: "{{ groups['master'] }}"
run_once: true
Expand Down

0 comments on commit b1df966

Please sign in to comment.