gitea/ansible/main.yml

7 lines
115 B
YAML

---
- hosts: all
become: true
tasks:
- name: Setup Linux user and group
import_tasks: tasks/user.yml