Remove newlines
This commit is contained in:
parent
eb1d096c90
commit
8f425b595b
1 changed files with 0 additions and 2 deletions
|
|
@ -1170,7 +1170,6 @@ def _manifest_from_bundle_dir(
|
|||
group: "{{ item.group }}"
|
||||
mode: "{{ item.mode }}"
|
||||
loop: "{{ users_ssh_files | default([]) }}"
|
||||
|
||||
"""
|
||||
|
||||
if flatpak_remotes or users_flatpaks:
|
||||
|
|
@ -1215,7 +1214,6 @@ def _manifest_from_bundle_dir(
|
|||
environment:
|
||||
HOME: "{{ item.home | default('/home/' ~ item.user, true) }}"
|
||||
XDG_DATA_HOME: "{{ (item.home | default('/home/' ~ item.user, true)) ~ '/.local/share' }}"
|
||||
|
||||
"""
|
||||
|
||||
with open(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue