diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a162ae9..9761cf5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Removed +* evocheck: remove failure if deprecated variable is used + ### Security ## [22.07.1] 2022-07-28 diff --git a/evocheck/tasks/main.yml b/evocheck/tasks/main.yml index 2032740b..14c6988f 100644 --- a/evocheck/tasks/main.yml +++ b/evocheck/tasks/main.yml @@ -1,12 +1,5 @@ --- -- name: Package install is not supported anymore - fail: - msg: Package install is not supported anymore - when: - - evocheck_force_install is defined - - evocheck_force_install == "package" - - include: install.yml - include: cron.yml