Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_create_rhel_iso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_create_rhel_iso
Commits
737131e6
Commit
737131e6
authored
3 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: create fstab in roledir to make sure there are no permission issues, and ignore it in git
parent
c4e08b87
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
with
2 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
737131e6
...
@@ -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
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
1
View file @
737131e6
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment