Commit 51d6ea86 by Michael Roytman

Fix tags labeled 'install:config' to 'install:configuration'

parent 909eeb4c
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
mode: "0644" mode: "0644"
tags: tags:
- install - install
- install:config - install:configuration
# this link is deprecated in favor of the shell wrapper # this link is deprecated in favor of the shell wrapper
- name: Remove a symlink for supervisortctl - name: Remove a symlink for supervisortctl
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
when: supervisor_service == "supervisor" when: supervisor_service == "supervisor"
tags: tags:
- install - install
- install:config - install:configuration
# these links are deprecated in favor of the shell wrapper # these links are deprecated in favor of the shell wrapper
- name: Remove symlink for supervisor cfg - name: Remove symlink for supervisor cfg
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
- "{{ supervisor_cfg_dir }}" - "{{ supervisor_cfg_dir }}"
tags: tags:
- install - install
- install:config - install:configuration
- name: Create helper script for running supervisor - name: Create helper script for running supervisor
template: template:
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
when: supervisor_service == "supervisor" when: supervisor_service == "supervisor"
tags: tags:
- install - install
- install:config - install:configuration
- name: Start supervisor - name: Start supervisor
service: service:
......
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