gitea/ansible/main.yml

7 lines
115 B
YAML
Raw Normal View History

2022-02-06 14:30:12 +00:00
---
- hosts: all
become: true
tasks:
- name: Setup Linux user and group
import_tasks: tasks/user.yml