Skip to content
Snippets Groups Projects
Commit 4269daa2 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Replace apt state=installed by state=present

This will be removed in 2.9
parent 00617a37
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# file: tsm-client/tasks/main.yml
- name: ensure apt https transport is available
apt: name=apt-transport-https state=installed
apt: name=apt-transport-https state=present
when: tsm_repo|truncate(5, True, '') == "https"
tags:
- tsm
......@@ -26,7 +26,7 @@
- meta: flush_handlers
- name: ensure the tsm packages are installed
apt: name={{ item }} state=installed
apt: name={{ item }} state=present
with_items:
- gskssl64
- gskcrypt64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment