Fix deprecation warning

Change-Id: I34e4fc21ffdb8c8bc75701b88e2d69bebd0568fb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-12-21 21:27:31 -05:00
parent 43ba28457d
commit 87a3feff6a
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
---
- name: Install nginx package.
- name: Install nginx from package
package:
name: "{{ nginx_package_name }}"
state: installed
state: present