Skip to content

Commit

Permalink
More YAML syntax fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed May 14, 2020
1 parent b1aeec1 commit 57bd0e2
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@
- kubelet

- name: Make .kube directory
file:
path: /home/centos/.kube
state: directory
owner: centos
group: centos
when: is_centos


file:
path: /home/centos/.kube
state: directory
owner: centos
group: centos
when: is_centos

0 comments on commit 57bd0e2

Please sign in to comment.