Commit 4c329eab by Calen Pennington

Add tags to the default django IDA tasks

parent 7907c838
...@@ -104,9 +104,9 @@ ...@@ -104,9 +104,9 @@
dest: "{{ '{{' }} COMMON_BIN_DIR }}/{{ '{{' }} item.split('.')[0] }}.{{ role_name }}" dest: "{{ '{{' }} COMMON_BIN_DIR }}/{{ '{{' }} item.split('.')[0] }}.{{ role_name }}"
state: link state: link
with_items: with_items:
- python - python
- pip - pip
- django-admin.py - django-admin.py
tags: tags:
- install - install
- install:base - install:base
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
dest: "{{ '{{' }} COMMON_BIN_DIR }}/{{ '{{' }} item.split('.')[0] }}.{{ role_name }}" dest: "{{ '{{' }} COMMON_BIN_DIR }}/{{ '{{' }} item.split('.')[0] }}.{{ role_name }}"
state: link state: link
with_items: with_items:
- manage.py - manage.py
tags: tags:
- install - install
- install:base - 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