Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
17dd8e4e
Unverified
Commit
17dd8e4e
authored
3 years ago
by
Thomas Woerner
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #659 from t-woerner/fix_galaxyfy_module_examples
galaxyfy: Fix newline issue in module examples
parents
d1c3ecc9
0d57d69a
Branches
Branches containing commit
Tags
v0.4.2
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/galaxyfy.py
+1
-2
1 addition, 2 deletions
utils/galaxyfy.py
with
1 addition
and
2 deletions
utils/galaxyfy.py
+
1
−
2
View file @
17dd8e4e
...
...
@@ -35,8 +35,7 @@ def galaxyfy_playbook(project_prefix, collection_prefix, lines):
changeable
=
False
include_role
=
False
for
line
in
lines
:
line
=
line
.
rstrip
()
stripped
=
line
.
lstrip
()
stripped
=
line
.
strip
()
if
stripped
.
startswith
(
"
- name:
"
)
or
\
stripped
.
startswith
(
"
- block:
"
):
changeable
=
True
...
...
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