Merge "Fix deprecation warning"

This commit is contained in:
Zuul 2018-12-21 00:10:35 +00:00 committed by Gerrit Code Review
commit b8821015c6
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