Skip to content

Commit

Permalink
provision: update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-vavra-cz committed Jun 6, 2024
1 parent 4dd4618 commit 041e75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansible/roles/packages/tasks/Fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
name: '{{ ipa.client }}'

- name: Install SSSD and its dependencies
package:
dnf:
state: present
name:
- nfs-utils
Expand All @@ -131,7 +131,7 @@
- 'sssd-*'
register: pkg_install

- name: Install SSSD and its dependencies
- name: Check installed packages
ansible.builtin.package_facts:

# ansible dnf5 seems to have a regression with wildcard *
Expand Down

0 comments on commit 041e75d

Please sign in to comment.