diff options
Diffstat (limited to 'shell.yml')
-rw-r--r-- | shell.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell.yml b/shell.yml new file mode 100644 index 0000000..fed8ba5 --- /dev/null +++ b/shell.yml @@ -0,0 +1,4 @@ +- name: Setup shell machines + hosts: shell + roles: + - { role: mutt } |