This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Don't reference the local path when adding includes #79
Open
NetForce1
wants to merge
79
commits into
bertvv:master
Choose a base branch
from
NetForce1:include-file-path
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quote password input
Create GitHub Owners
Update License
Add actions to manage GitHub labels
Update contributions
Add GitHub funding
Manage stale pull requests and issues
Switch to GitHub releases for tracking changes
Convert to Ansible collection
…uto-commit-action-4.x Update stefanzweifel/git-auto-commit-action action to v4.15.4
Consolidate packages
Support Centos and Fedora
Add tests for Fedora 37
Fix Molecule tests on Ubuntu 22.04 docker host
Update README
…action-2.x Update gofrolist/molecule-action action to v2.3.5
…action-2.x Update gofrolist/molecule-action action to v2.3.6
Update actions/checkout action to v3.2.0
Switch to Ubuntu 22.04 for GitHub Actions runners
Update actions/stale action to v7
NetForce1
force-pushed
the
include-file-path
branch
from
January 4, 2023 16:07
11021f5
to
b8c1c8c
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When include files are not at the top-level, the path is added to the include directives in smb.conf. However, the template task does not include this path, so the resulting smb.conf is invalid. This PR changes the smb.conf template to not include the local path to the include files.