Commit 43356ce2 by Jim Abramson

credentials: fix tags on requirements install task

parent e73eca30
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
state: present state: present
sudo_user: "{{ credentials_user }}" sudo_user: "{{ credentials_user }}"
with_items: "{{ credentials_requirements }}" with_items: "{{ credentials_requirements }}"
tags:
- install
- install:app-requirements
- name: create nodeenv - name: create nodeenv
shell: > 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