Skip to content

Commit

Permalink
Restore path to copy files in playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Aug 29, 2024
1 parent 8efb43f commit 0df236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ami/playbooks/build_ami_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

- name: Copy necessary directories from virtual-machine repository
copy:
src: "{{ playbook_dir }}/{{ automatic_ram_script_path }}"
src: "../../{{ automatic_ram_script_path }}"
dest: "{{ provision_path }}/{{ ova_custom_path }}"

- name: Copy automatic ram set on reboot
Expand Down

0 comments on commit 0df236e

Please sign in to comment.