From 87a3feff6a2fd4a166c288af812681d93aff55eb Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 21 Dec 2018 21:27:31 -0500 Subject: [PATCH] Fix deprecation warning Change-Id: I34e4fc21ffdb8c8bc75701b88e2d69bebd0568fb Signed-off-by: Paul Belanger --- tasks/install.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 71484ec..ed224d4 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -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