Update galaxy.yml, make ansible-lint happier

This commit is contained in:
uumas
2022-11-25 20:00:47 +02:00
parent c74a56a2e2
commit 3150bf5c2c
19 changed files with 40 additions and 44 deletions

View File

@@ -4,16 +4,16 @@
group:
name: git
gid: 2132
system: yes
system: true
- name: Create git user on host for gitea ssh
user:
name: git
uid: 2132
group: git
system: yes
system: true
home: /var/lib/gitea
generate_ssh_key: yes
generate_ssh_key: true
register: git_user
- name: Add git user's own ssh key to its authorized keys