Simplify owner setup
All checks were successful
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Successful in 19s

This commit is contained in:
2025-12-07 15:56:16 +03:00
parent 4c7338f857
commit f9ad08fd09
3 changed files with 3 additions and 10 deletions

View File

@@ -23,8 +23,7 @@
name: owner
vars:
owner_name: "{{ app_user }}"
owner_extra_groups:
- "docker"
owner_extra_groups: ["docker"]
- name: "Create internal application directories"
ansible.builtin.file:

View File

@@ -19,10 +19,7 @@
name: owner
vars:
owner_name: "{{ app_user }}"
owner_extra_groups:
- "docker"
owner_ssh_keys:
- "{{ lookup('file', 'files/av_id_rsa.pub') }}"
owner_extra_groups: ["docker"]
- name: "Create internal application directories"
ansible.builtin.file:

View File

@@ -20,10 +20,7 @@
name: owner
vars:
owner_name: "{{ app_user }}"
owner_extra_groups:
- "docker"
owner_ssh_keys:
- "{{ lookup('file', 'files/av_id_rsa.pub') }}"
owner_extra_groups: ["docker"]
- name: "Create application internal directories"
ansible.builtin.file: