Skip to content

Commit

Permalink
Fix yamllint issue with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bogd committed Jul 26, 2024
1 parent 89d037b commit 5658cfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions roles/etcd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@
- kube_network_plugin != "calico" or calico_datastore == "etcd"
- inventory_hostname in groups['k8s_cluster']
tags:
<<<<<<< HEAD
- master # Will eventually be deprecated, replaced by "control-plane"
=======
- master # Will eventually be deprecated, replaced by "control-plane"
>>>>>>> 44994086c (Fix handlers and tags)
- control-plane
- network

Expand Down
4 changes: 0 additions & 4 deletions roles/kubernetes/preinstall/tasks/0050-create_directories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@
- bootstrap-os
- apps
- network
<<<<<<< HEAD
- master # Will eventually be deprecated, replaced by "control-plane"
=======
- master # Will eventually be deprecated, replaced by "control-plane"
>>>>>>> 44994086c (Fix handlers and tags)
- control-plane
- node
with_items:
Expand Down

0 comments on commit 5658cfd

Please sign in to comment.