diff --git a/ansible/pkg_mgr.configure.yml b/ansible/pkg_mgr.configure.yml index f8ee98b..a905d82 100644 --- a/ansible/pkg_mgr.configure.yml +++ b/ansible/pkg_mgr.configure.yml @@ -22,7 +22,7 @@ best: false clean_requirements_on_remove: true installonly_limit: 2 - gpgcheck: 1 + gpgcheck: true tasks: - name: "Configure {{ ansible_pkg_mgr|upper }}" when: ansible_pkg_mgr in ['dnf', 'yum']