Commit 4c329eab by Calen Pennington

Add tags to the default django IDA tasks

parent 7907c838
......@@ -104,9 +104,9 @@
dest: "{{ '{{' }} COMMON_BIN_DIR }}/{{ '{{' }} item.split('.')[0] }}.{{ role_name }}"
state: link
with_items:
- python
- pip
- django-admin.py
- python
- pip
- django-admin.py
tags:
- install
- install:base
......@@ -117,7 +117,7 @@
dest: "{{ '{{' }} COMMON_BIN_DIR }}/{{ '{{' }} item.split('.')[0] }}.{{ role_name }}"
state: link
with_items:
- manage.py
- manage.py
tags:
- install
- install:base
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment