Commit 51d6ea86 by Michael Roytman

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

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