refactor ansible scripts for contabo vps
This commit is contained in:
parent
6dad4a33a1
commit
ff738fdd8f
6 changed files with 28 additions and 7 deletions
|
|
@ -2,4 +2,9 @@
|
|||
- name: Install DNF tools
|
||||
dnf:
|
||||
name: "{{ dnf_text_editor }}"
|
||||
state: present
|
||||
state: present
|
||||
|
||||
- name: Install Git
|
||||
dnf:
|
||||
name: git
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue