Update task name

Change-Id: Ia0eb105a6200104590ffb9c2f35b93a96ffb66ef
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-07-24 12:42:45 -05:00
parent dc68c35a4c
commit 9a20bfc49b

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- name: add Elastic search public GPG key (same for Metricsbeat)
- name: add Elastic search public GPG key
apt_key:
url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
state: "{{ ((elk_package_state | default('present')) == 'absent') | ternary('absent', 'present') }}"