mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-27 05:43:05 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17dd8e4ec6 | ||
|
|
0d57d69a99 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user