]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
nameserver: Fix permissions on /var/named/zones 302/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 20 Jan 2017 00:28:42 +0000 (19:28 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 20 Jan 2017 00:31:14 +0000 (19:31 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/nameserver/tasks/main.yml

index a7a1715b14770780d34bcb7993e6c42c9b55673a..e32c7ec316aa4f4d17014e3f92fe4d0facbb9afb 100644 (file)
   tags:
     - always
 
+# DDNS updates fail to create or edit jnl files without this
+- name: Ensure permissions set for /var/named/zones
+  file:
+    path: /var/named/zones
+    owner: named
+    group: named
+  tags:
+    - always
+
 # Configure firewalld
 - include: firewall.yml
   tags: