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

Commit

Permalink
dns_searchs expected to be an array
Browse files Browse the repository at this point in the history
  • Loading branch information
sumkincpp authored Aug 16, 2017
1 parent 4a17663 commit 0469b32
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 0469b32

Please sign in to comment.