diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 22:24:18 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-26 11:34:34 +0100 |
commit | d9c4c24fb45e77628f2b9bc7e73b3e6360324dce (patch) | |
tree | b5bb87a2cf844d539a4ed8f9be5e359f8a535c05 /roles/dotfiles/defaults | |
parent | move tool existence conditionals to role common (diff) | |
download | maintenance-d9c4c24fb45e77628f2b9bc7e73b3e6360324dce.tar.gz maintenance-d9c4c24fb45e77628f2b9bc7e73b3e6360324dce.zip |
add role dotfiles
Diffstat (limited to 'roles/dotfiles/defaults')
-rw-r--r-- | roles/dotfiles/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/dotfiles/defaults/main.yml b/roles/dotfiles/defaults/main.yml new file mode 100644 index 0000000..0ce4769 --- /dev/null +++ b/roles/dotfiles/defaults/main.yml @@ -0,0 +1 @@ +dotfiles_user: egor |