deprecate 'installed' state in the ansible playbook (#27685)

This commit is contained in:
Paul Marillonnet 2018-10-30 17:55:07 +01:00 committed by Emmanuel Cazenave
parent fde9415355
commit 4f767b5716
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Install system packages depedencies
apt:
name: "{{ item }}"
state: installed
state: present
with_items:
- inkscape
- libldap2-dev