Remove unnecessary tags

The tags which were recently added are also removed as they do not
conform to the agreed tag standard set.

The task names are adjusted to remove the unnecessary mention of
'designate' in the task. This is simply a cosmetic normalisation.

Change-Id: If9ec07f1adfc13e226052d51c4024bbef5848b99
This commit is contained in:
Jesse Pretorius
2016-08-02 09:49:56 +01:00
parent 37436f3dab
commit b796592d93

View File

@@ -13,28 +13,21 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- name: Create designate TEMP run dir
- name: Create TEMP run dir
file:
path: "/var/run/{{ program_name }}"
state: directory
owner: "{{ system_user }}"
group: "{{ system_group }}"
mode: "02755"
tags:
- systemd-init
- designate-init
- name: Create designate TEMP lock dir
- name: Create TEMP lock dir
file:
path: "/var/lock/{{ program_name }}"
state: directory
owner: "{{ system_user }}"
group: "{{ system_group }}"
mode: "02755"
tags:
- systemd-init
- designate-init
- name: Create tempfile.d entry
template: