Skip to content

Commit

Permalink
Install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Jun 17, 2024
1 parent 9efc5f4 commit baba47f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@
group: root
tags:
- role::common

- name: Install system administration tools
package:
name: vim
state: present
tags:
- role::common

0 comments on commit baba47f

Please sign in to comment.