Merge branch 'BrzhkDev-patch-1'

This commit is contained in:
Maciej Delmanowski 2017-06-20 08:46:26 +02:00
commit 73902b7cb2
No known key found for this signature in database
GPG Key ID: 375A77ECA0A04619
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
*Unreleased*
- Fix Ansible 2.2 deprecation warnings which requires Ansible 2.2 or higher.
Support for older Ansible versions is dropped. [brzhk]
v0.1.2
------
@ -43,4 +48,3 @@ v0.1.0
*Released: 2015-03-30*
- First release [drybjed]

View File

@ -9,7 +9,7 @@ galaxy_info:
description: 'Install and configure ISC DHCP Server'
company: 'DebOps'
license: 'GNU General Public License v3'
min_ansible_version: '1.7.0'
min_ansible_version: '2.2.0'
platforms:
- name: Ubuntu
versions:

View File

@ -32,7 +32,7 @@
register: dhcpd_register_nameservers
changed_when: False
when: dhcpd_mode == 'server'
always_run: yes
check_mode: False
- name: Convert list of nameservers to Ansible list
set_fact: