summaryrefslogtreecommitdiff
path: root/shell.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-12-21 16:35:47 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-12-21 16:35:47 +0000
commit8c88bcf1d2c7232415a5cccd1bba1268d7bbd5a0 (patch)
tree6322f381ea43365dceb28b5061def87af3d794f7 /shell.yml
parentedb6f2db3f9783d756e5df23a57c445535ea8f71 (diff)
downloadinfra-8c88bcf1d2c7232415a5cccd1bba1268d7bbd5a0.tar.gz
infra-8c88bcf1d2c7232415a5cccd1bba1268d7bbd5a0.tar.bz2
infra-8c88bcf1d2c7232415a5cccd1bba1268d7bbd5a0.zip
Add dev role to setup development environment
Diffstat (limited to 'shell.yml')
-rw-r--r--shell.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.yml b/shell.yml
index fed8ba5..e98951d 100644
--- a/shell.yml
+++ b/shell.yml
@@ -2,3 +2,4 @@
hosts: shell
roles:
- { role: mutt }
+ - { role: dev }