roles: refactor roles to start a docker container with directus and psotgresql database, add text-editor tool
This commit is contained in:
parent
e17f194745
commit
7bdbf243f2
16 changed files with 249 additions and 157 deletions
5
roles/dnf_tools/tasks/main.yml
Normal file
5
roles/dnf_tools/tasks/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install DNF tools
|
||||
dnf:
|
||||
name: "{{ dnf_text_editor }}"
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue