forked from bitlair/ansible
Sync from polyfloyd
This commit is contained in:
parent
c105131d60
commit
21884f3b3c
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
|||
- tags: node-exporter
|
||||
import_tasks: node-exporter.yaml
|
||||
|
||||
- name: Remove Vim
|
||||
apt:
|
||||
name: vim
|
||||
state: absent
|
||||
autoremove: true
|
||||
|
||||
- name: Install utilities
|
||||
apt:
|
||||
name:
|
||||
|
|
Loading…
Add table
Reference in a new issue