Files
openstack-ansible-os_cinder/tasks/cinder_init_systemd.yml
Jesse Pretorius eb4a836252 Ensure that mode is a string
With Ansible 2.x the mode parameter must lead with a zero. When
a number is not quoted it may be read as an integer instead of a
string, thus losing the leading zero.

This patch ensures that the mode parameter is explicitly quoted.

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

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

Change-Id: I44069536e8a066fae0fe14c7cced3bd557d3d670
2016-08-02 08:52:15 +00:00

1.5 KiB