Added missing checks causing failures for agents

This commit is contained in:
Jayson Grace
2024-02-06 00:03:12 -07:00
parent ab4a261cac
commit 4742400db8
+2 -1
View File
@@ -6,7 +6,7 @@
owner: root owner: root
group: root group: root
mode: '0755' mode: '0755'
when: proxy_env is defined
- name: Copy K3s http_proxy conf file - name: Copy K3s http_proxy conf file
template: template:
@@ -15,3 +15,4 @@
owner: root owner: root
group: root group: root
mode: '0755' mode: '0755'
when: proxy_env is defined