Skip to content
Snippets Groups Projects
Commit 737131e6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: create fstab in roledir to make sure there are no permission issues, and ignore it in git

parent c4e08b87
No related branches found
No related tags found
No related merge requests found
...@@ -86,3 +86,4 @@ iso/ ...@@ -86,3 +86,4 @@ iso/
# time new systems should be installed. Hence, it's not suitable for version # time new systems should be installed. Hence, it's not suitable for version
# control. # control.
vars/network.yml vars/network.yml
fstab
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
opts: "loop" opts: "loop"
path: "{{ playbook_dir }}/iso/" path: "{{ playbook_dir }}/iso/"
src: "{{ playbook_dir }}/rhel-server-{{ rhel_version_long }}-x86_64-dvd.iso" src: "{{ playbook_dir }}/rhel-server-{{ rhel_version_long }}-x86_64-dvd.iso"
fstab: "/tmp/fstab" fstab: "{{ playbook_dir }}/fstab"
state: mounted state: mounted
# Copy contents of ISO image to the build directory, because they will need to # Copy contents of ISO image to the build directory, because they will need to
# be included in the new image. # be included in the new image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment