mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 10:53:06 -06:00
first pass at basic AL2022 support
This commit is contained in:
8
roles/nfs_server/tasks/amazon-2.yml
Normal file
8
roles/nfs_server/tasks/amazon-2.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Install Amazon-Linux-2-specific NFS packages
|
||||
ansible.builtin.yum:
|
||||
name:
|
||||
- nfs-utils
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python2
|
||||
Reference in New Issue
Block a user