Create system user and systemd service/socket
This commit is contained in:
parent
cd1944ec8a
commit
04b028cd8e
4 changed files with 92 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- import_tasks: packages.yml
|
||||
- name: Package tasks
|
||||
ansible.builtin.import_tasks: packages.yml
|
||||
tags: packages
|
||||
|
||||
- name: "Get PHP version"
|
||||
|
@ -9,5 +10,10 @@
|
|||
changed_when: false
|
||||
check_mode: false
|
||||
|
||||
- import_tasks: php.yml
|
||||
- name: PHP tasks
|
||||
ansible.builtin.import_tasks: php.yml
|
||||
tags: php
|
||||
|
||||
- name: User tasks
|
||||
ansible.builtin.import_tasks: user.yml
|
||||
tags: never, user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue