Fix deprecation warning

Change-Id: Ia5b5e94a52ae450556202d05ac13eb35f8a149f1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-12-20 18:25:17 -05:00
parent 7fbb66e4b2
commit 26023ac7e5
1 changed files with 2 additions and 2 deletions

View File

@ -35,11 +35,11 @@
tasks:
# TODO(pabelanger): I'm thinking we should likely create
# ansible-role-bubblewrap to allow user to better manage this dependency.
- name: Ensure bubblewrap is installed
- name: Ensure bubblewrap is present
become: true
package:
name: bubblewrap
state: installed
state: present
- name: Install zuul
hosts: zuul