Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #8 from sumkincpp/patch-1
Browse files Browse the repository at this point in the history
dns_searchs expected to be an array
  • Loading branch information
jdauphant authored Sep 11, 2017
2 parents 4a17663 + 0469b32 commit a295ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Ansible role for configure DNS
roles:
- role: ansible-role-dns
dns_nameservers: ['8.8.8.8']
dns_searchs: "localdomain otherdomain"
dns_searchs: ['localdomain', 'otherdomain']
```

0 comments on commit a295ae7

Please sign in to comment.