Commit 1e8b9b35 by Jim Abramson

Merge pull request #2826 from edx/jsa/fix-creds-requirements-tags

credentials: fix tags on requirements install task
parents 4c3456e8 43356ce2
......@@ -38,6 +38,9 @@
state: present
sudo_user: "{{ credentials_user }}"
with_items: "{{ credentials_requirements }}"
tags:
- install
- install:app-requirements
- name: create nodeenv
shell: >
......
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