diff --git a/playbooks/infrastructure/deploy_application.yml b/playbooks/infrastructure/deploy_application.yml index 5c52b2c..78297e9 100644 --- a/playbooks/infrastructure/deploy_application.yml +++ b/playbooks/infrastructure/deploy_application.yml @@ -16,7 +16,6 @@ - name: install application dnf: name: "{{application}}" - use_backend: yum allow_downgrade: true register: result