diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-11 21:34:52 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-11 21:34:52 +0000 |
commit | 388bc6a6a113e0c424995645b3805275e37f3616 (patch) | |
tree | 71fb69f3c5b079d424b9f3c77b39193662cfbe03 /roles/vim/tasks/main.yml | |
parent | 44bf3816aec3593006f9844451000386ff030cb7 (diff) | |
download | infra-388bc6a6a113e0c424995645b3805275e37f3616.tar.gz infra-388bc6a6a113e0c424995645b3805275e37f3616.tar.bz2 infra-388bc6a6a113e0c424995645b3805275e37f3616.zip |
Add dotfiles tag to all dotfiles tasks
Diffstat (limited to 'roles/vim/tasks/main.yml')
-rw-r--r-- | roles/vim/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/vim/tasks/main.yml b/roles/vim/tasks/main.yml index 2ec3d26..cd0fcc6 100644 --- a/roles/vim/tasks/main.yml +++ b/roles/vim/tasks/main.yml @@ -11,3 +11,5 @@ owner: d group: d mode: u+rw,g+r,o+r + tags: + - dotfiles |