Fix ansible-lint test failures

With the merge of https://review.openstack.org/520177 in the
tests repo some ansible-lint failures which previously were
not being picked up are now detected.

Change-Id: I2c1720056046f038cfeae3b0591230ab1aa5e5ac
This commit is contained in:
Jimmy McCrory 2017-12-03 18:46:54 -08:00
parent 20230cae32
commit ceb12b1088
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
dest: "{{ named_config_file }}"
- name: fix perms for named directory (centos)
file:
mode: '770'
mode: '0770'
state: directory
path: '/var/named/'
owner: 'root'