mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-31 10:21:53 -07:00
Change RHEL yum references to dnf
This commit is contained in:
parent
5d28cf0bde
commit
3010182ade
2 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
when: ansible_os_family == "Debian"
|
||||
|
||||
- name: Gcloud | Archive | RedHat | Ensure bash completion is installed
|
||||
ansible.builtin.yum:
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- bash-completion
|
||||
register: task_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue