Files
openstack-ansible-os_nova/tasks/nova_init_systemd.yml
Jesse Pretorius c0b9e2f346 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 'nova' 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: I30d5230b0bc2d6c392183669937a9009867d8eae
2016-08-02 08:51:49 +00:00

1.4 KiB