mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
8 lines
136 B
YAML
8 lines
136 B
YAML
|
---
|
||
|
- name: vim is our editor
|
||
|
become: true
|
||
|
alternatives:
|
||
|
name: editor
|
||
|
path: /usr/bin/vim.basic
|
||
|
when: editor_is_vim | bool
|