diff options
Diffstat (limited to 'dotfiles.yml')
-rw-r--r-- | dotfiles.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles.yml b/dotfiles.yml new file mode 100644 index 0000000..5074dbe --- /dev/null +++ b/dotfiles.yml @@ -0,0 +1,4 @@ +- name: Copy necessary dotfiles + hosts: localhost + roles: + - { role: dotfiles } |