change efs mounting to use rocky-release-cloud

This commit is contained in:
Louis Abel 2023-08-27 21:02:36 -07:00
parent 3761820147
commit 800c2d8e79
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 12 additions and 3 deletions

View File

@ -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