tasks: Add more tags
parent
7e29d7101f
commit
83511ecf2a
|
@ -7,6 +7,9 @@
|
|||
group: "{{isso_user}}"
|
||||
mode: 0711
|
||||
path: "{{isso_user_home}}"
|
||||
tags:
|
||||
- install
|
||||
- folders
|
||||
|
||||
- name: Create isso directories
|
||||
file:
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
- install
|
||||
- update
|
||||
- isso
|
||||
- conf
|
||||
|
||||
- name: Install isso gunicorn service
|
||||
template:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue