mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 05:37:35 +02:00
build
This commit is contained in:
@@ -59,6 +59,14 @@
|
|||||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||||
|
|
||||||
|
|
||||||
|
- name: Ensure correct ownership of Helm config
|
||||||
|
file:
|
||||||
|
path: /home/jd/.kube
|
||||||
|
state: directory
|
||||||
|
owner: jd
|
||||||
|
group: jd
|
||||||
|
mode: '0700'
|
||||||
|
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||||
|
|
||||||
- name: Ensure correct ownership of Helm config
|
- name: Ensure correct ownership of Helm config
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user