You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex for the responsible lineinfile module has been regexp: '^{{ item.src }}' but should be regexp: '^{{ item.src }} ' to make sure that the folder name doesn't continue
The text was updated successfully, but these errors were encountered:
The regex for the responsible lineinfile module has been
regexp: '^{{ item.src }}'
but should beregexp: '^{{ item.src }} '
to make sure that the folder name doesn't continueThe text was updated successfully, but these errors were encountered: