Skip to content

Commit

Permalink
Revert "hotfix for failure while loading zonefile" (#50)
Browse files Browse the repository at this point in the history
This reverts commit 02a598f.
  • Loading branch information
yussufsh authored Aug 14, 2020
1 parent 02a598f commit c162578
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions playbooks/roles/ocp-config/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
---
# tasks file for ocp4 config

- name: Change zonefile permision (temp fix)
file:
path: "{{ item }}"
mode: '0644'
with_items:
- "/var/named/zonefile.db"
- "/var/named/reverse.db"

- name: restart bind (temp fix)
service:
name: named
state: restarted

- name: Setup Squid proxy server
import_tasks: squid.yaml
when: setup_squid_proxy
Expand Down

0 comments on commit c162578

Please sign in to comment.