Skip to content

Commit

Permalink
follow same structure for cluster_manifests as manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleiner authored May 30, 2024
1 parent 9560581 commit d74a038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cluster_manifest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: Add cluster manifest addons files
ansible.builtin.copy:
src: "{{ cluster_manifest_config_file_path }}"
dest: "/var/lib/rancher/rke2/server/manifests/"
dest: "/var/lib/rancher/rke2/server/manifests/ansible_managed_manifests/"
mode: '0640'
owner: root
group: root
Expand Down

0 comments on commit d74a038

Please sign in to comment.