diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-29 17:24:49 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-29 17:24:49 +0200 |
commit | c011df6b4b6d481cd1505d48ccac1b53d808a854 (patch) | |
tree | 92d1e198943594f63d46fee6dc527d8811d7e2c3 /roles/dotfiles/tasks | |
parent | unpin community.general (diff) | |
download | maintenance-c011df6b4b6d481cd1505d48ccac1b53d808a854.tar.gz maintenance-c011df6b4b6d481cd1505d48ccac1b53d808a854.zip |
use the canonical path argument to ansible.posix.acl
Diffstat (limited to 'roles/dotfiles/tasks')
-rw-r--r-- | roles/dotfiles/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dotfiles/tasks/main.yml b/roles/dotfiles/tasks/main.yml index 6aebcc3..8784f4f 100644 --- a/roles/dotfiles/tasks/main.yml +++ b/roles/dotfiles/tasks/main.yml @@ -1,6 +1,6 @@ - name: ssh-agent hack ansible.posix.acl: - name: "{{ item }}" + path: "{{ item }}" etype: user entity: "{{ dotfiles_user }}" permissions: rwx |