tasks: Add more tags

master
Felix 2022-03-28 11:30:59 +02:00
parent 7e29d7101f
commit 83511ecf2a
3 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,9 @@
group: "{{isso_user}}"
mode: 0711
path: "{{isso_user_home}}"
tags:
- install
- folders
- name: Create isso directories
file:

View File

@ -11,6 +11,7 @@
- install
- update
- isso
- conf
- name: Install isso gunicorn service
template:

View File

@ -3,24 +3,35 @@
- name: isso-user tasks
include_tasks: isso-user.yml
tags:
- install
- update
- isso-user
- name: folders tasks
include_tasks: folders.yml
tags:
- install
- update
- folders
- name: python tasks
include_tasks: python.yml
tags:
- install
- update
- python
- name: isso tasks
include_tasks: isso.yml
tags:
- install
- update
- conf
- isso
- name: nginx tasks
include_tasks: nginx.yml
tags:
- install
- update
- nginx