Merge "Fix for proper package name depending on base OS distribution" into stable/queens

This commit is contained in:
Zuul 2018-10-03 02:23:26 +00:00 committed by Gerrit Code Review
commit 1036f67cdb
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
tags: tags:
- memcached - memcached
- package: - package:
name: netcat name: "{% if ansible_distribution | lower == 'centos' %}nc{% elif ansible_distribution | lower == 'suse' %}netcat-openbsd{% else %}netcat{% endif %}"
state: present state: present
tags: tags:
- memcached - memcached