test: forgjeo
This commit is contained in:
parent
f56686810e
commit
dd3062dc79
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
||||||
remote_user: root
|
remote_user: root
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install a list of packages
|
- name: Install a list of packages
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
pkg:
|
pkg:
|
||||||
- mariadb-server
|
- mariadb-server
|
||||||
|
|
||||||
- name: Add the user 'git'
|
- name: Add the user 'git'
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: git
|
name: git
|
||||||
|
|
Loading…
Reference in a new issue