Skip to content

Commit

Permalink
Moar stars.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 19, 2018
1 parent 5fe73c3 commit 6c63451
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
molecule/*/.molecule
*.log
*.swp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you find issues, please register them in [GitHub](https://github.com/robertde
To test this role locally please use [Molecule](https://github.com/metacloud/molecule):
```
pip install molecule
molecule test --scenario-name fedora-latest
molecule test
```
There are many scenarios available, please have a look in the `molecule/` directory.

Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ galaxy_info:
author: Robert de Bock
role_name: dns
description: Provides dns and zone configuration.
license: Apache License, Version 2.0
license: Apache-2.0
company: none
min_ansible_version: 2.4

platforms:
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
dest: "{{ dns_datadir[ansible_distribution]
| default(dns_datadir['default']) }}/named.root"
when:
- dns_caching_dns == true
- dns_caching_dns
notify:
reload zones

Expand Down

0 comments on commit 6c63451

Please sign in to comment.