From 4ec8599c3801e4737fddcca9b1d034885404a9c1 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 16 Apr 2019 17:42:53 +0200 Subject: apt: remove deprecated installed/removed aliases (#55338) * apt: remove deprecated installed/removed aliases Fixes #55311 --- test/integration/targets/apt/tasks/repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/integration/targets/apt') diff --git a/test/integration/targets/apt/tasks/repo.yml b/test/integration/targets/apt/tasks/repo.yml index 0288a07c7c..f568be9ffc 100644 --- a/test/integration/targets/apt/tasks/repo.yml +++ b/test/integration/targets/apt/tasks/repo.yml @@ -46,7 +46,7 @@ - name: Fail to install foo=1.0.1 since foo is not installed and only_upgrade is set apt: name: foo=1.0.1 - state: installed + state: present only_upgrade: yes allow_unauthenticated: yes ignore_errors: yes @@ -64,7 +64,7 @@ - name: Upgrade foo to 1.0.1 apt: name: foo=1.0.1 - state: installed + state: present only_upgrade: yes allow_unauthenticated: yes register: apt_result -- cgit v1.2.3