Fix linting errors

This commit is contained in:
Lennart Jern
2020-09-22 21:08:35 +03:00
parent 6873913124
commit ca7c25b81c
2 changed files with 3 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
path: ~{{ ansible_user }}/.kube
state: directory
owner: "{{ ansible_user }}"
mode: "u=rwx,g=rx,o="
- name: Copy config file to user home directory
copy:
@@ -56,6 +57,7 @@
dest: ~{{ ansible_user }}/.kube/config
remote_src: yes
owner: "{{ ansible_user }}"
mode: "u=rw,g=,o="
- name: Replace https://localhost:6443 by https://master-ip:6443
command: >-