Skip to content

Commit

Permalink
Merge pull request #351 from rebtoor/replace-package-with-dnf
Browse files Browse the repository at this point in the history
Replace `package` module with `dnf` in `edpm_sshd` role
  • Loading branch information
openshift-merge-robot authored Sep 22, 2023
2 parents 564745a + e08db81 commit 19682ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/edpm_sshd/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
become: true
block:
- name: Install the OpenSSH server
ansible.builtin.package:
ansible.builtin.dnf:
name: "{{ edpm_sshd_packages }}"
state: present
register: _sshd_install_result
Expand Down

0 comments on commit 19682ee

Please sign in to comment.