diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-03 21:23:58 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-03 21:23:58 +0000 |
commit | 9f524fb81e5cc5346f6241f4073787ed26351357 (patch) | |
tree | 5c211413f5859c068d797c0931316c872acfca3a /essential.yml | |
parent | 222ae0e397dad3daaf50472fd6ab76b57a2967d0 (diff) | |
download | infra-9f524fb81e5cc5346f6241f4073787ed26351357.tar.gz infra-9f524fb81e5cc5346f6241f4073787ed26351357.tar.bz2 infra-9f524fb81e5cc5346f6241f4073787ed26351357.zip |
Add role for bash
Diffstat (limited to 'essential.yml')
-rw-r--r-- | essential.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/essential.yml b/essential.yml index 4675f10..9792ff8 100644 --- a/essential.yml +++ b/essential.yml @@ -6,5 +6,6 @@ - { role: sshd } - { role: sudo } - { role: atop } + - { role: bash } - { role: vim } - { role: screen } |