Skip to content

Commit

Permalink
reverting change
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed Jun 28, 2024
1 parent eadbe5d commit f4d286d
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/ansible_managed_manifests/"
dest: "/var/lib/rancher/rke2/server/manifests/"
mode: '0640'
owner: root
group: root
Expand Down

0 comments on commit f4d286d

Please sign in to comment.