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
Editing remote file using file resource fails when the target file is owned by another user (i.e. different from the specified user by --user flag) and its permission is 600, even if --sudo flag is used.
The file is editable by changing its permission to 666 before editing, but that is inconvenient.
Editing remote file using
file
resource fails when the target file is owned by another user (i.e. different from the specified user by--user
flag) and its permission is600
, even if--sudo
flag is used.The file is editable by changing its permission to
666
before editing, but that is inconvenient.The log is here: https://gist.github.com/wafrelka/8f44df5592fa38366d15151b79a80fe9
Version: Itamae v1.9.6
The text was updated successfully, but these errors were encountered: