Skip to content
Snippets Groups Projects
Unverified Commit a87cb22c authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

:fix: swith from yum to apt

parent f67c2c42
No related branches found
No related tags found
No related merge requests found
Pipeline #71048 failed
---
- name: install text editors
yum:
name: ['vim', 'emacs', 'xemacs21', 'nano', 'gedit']
ansible.builtin.apt:
name:
- vim'
- emacs
- xemacs21
- nano
- gedit
state: latest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment