Fix deprecation warnings in Ansible 2.5 for state 'present'.

This commit is contained in:
Jeff Geerling 2018-04-04 13:57:06 -05:00
parent 0a789843cb
commit 7603153bac
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@
- name: Install Ansible.
apt:
name: ansible
state: installed
state: present
default_release: "{{ ansible_distribution_release }}-backports"