change efs mounting to use rocky-release-cloud
This commit is contained in:
parent
3761820147
commit
800c2d8e79
@ -9,13 +9,22 @@
|
||||
group: root
|
||||
state: directory
|
||||
|
||||
- name: "Install rocky-release-cloud"
|
||||
become: true
|
||||
become_user: root
|
||||
ansible.builtin.dnf:
|
||||
name: "rocky-release-cloud"
|
||||
state: present
|
||||
tags:
|
||||
- amazon_efs_utils
|
||||
- packages
|
||||
- mounts
|
||||
|
||||
- name: "Installing amazon-efs-utils"
|
||||
become: true
|
||||
become_user: root
|
||||
ansible.builtin.dnf:
|
||||
name: 'https://kojidev.rockylinux.org/kojifiles/packages/amazon-efs-utils/1.31.3/1.5c58a2f.el8/noarch/amazon-efs-utils-1.31.3-1.5c58a2f.el8.noarch.rpm'
|
||||
disable_gpg_check: true
|
||||
validate_certs: true
|
||||
name: "amazon-efs-utils"
|
||||
state: present
|
||||
tags:
|
||||
- amazon_efs_utils
|
||||
|
Loading…
Reference in New Issue
Block a user