Skip to content

Commit

Permalink
Added missing checks causing failures for agents
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Feb 6, 2024
1 parent ab4a261 commit 4742400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/k3s_agent/tasks/http_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
owner: root
group: root
mode: '0755'

when: proxy_env is defined

- name: Copy K3s http_proxy conf file
template:
Expand All @@ -15,3 +15,4 @@
owner: root
group: root
mode: '0755'
when: proxy_env is defined

0 comments on commit 4742400

Please sign in to comment.