test: forgjeo

This commit is contained in:
Kekskurse 2023-08-05 19:27:30 +02:00
parent f56686810e
commit dd3062dc79
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
remote_user: root
tasks:
- name: Install a list of packages
ansible.builtin.apt:
pkg:
- mariadb-server
ansible.builtin.apt:
pkg:
- mariadb-server
- name: Add the user 'git'
ansible.builtin.user:
name: git