Skip to content

Commit

Permalink
Also replace short module names for FQCNs in blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 22, 2021
1 parent aaa5b06 commit 716c819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Expand Up @@ -4,12 +4,12 @@
- name: install epel
block:
- name: install epel gpg key
rpm_key:
ansible.builtin.rpm_key:
key: "{{ epel_gpg_key }}"
state: present

- name: install epel-release
package:
ansible.builtin.package:
name: "{{ epel_url }}"
state: present
notify:
Expand Down

0 comments on commit 716c819

Please sign in to comment.