Skip to content

Commit

Permalink
Merge pull request #176 from lukapetrovic-git/fix/FixVIP
Browse files Browse the repository at this point in the history
fix: Add creation of manifests directory before copying kube-vip manifests
  • Loading branch information
MonolithProjects authored Dec 2, 2023
2 parents 8545b20 + 17da185 commit e556c23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/kubevip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
---
- name: Create the RKE2 manifests directory
ansible.builtin.file:
state: directory
path: "{{ rke2_data_path }}/server/manifests"
owner: root
group: root
mode: 0700

- name: Copy kube-vip files to first server
ansible.builtin.template:
src: "{{ item }}"
Expand Down

0 comments on commit e556c23

Please sign in to comment.