mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-686: Ansible 2.8 added a timeout to the yum module which broke everything.
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
yum:
|
||||
name:
|
||||
- nfs-utils
|
||||
lock_timeout: 30
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install Ubuntu-specific NFS packages
|
||||
yum:
|
||||
apt:
|
||||
name:
|
||||
- nfs-kernel-server
|
||||
- libnfs-utils
|
||||
|
||||
Reference in New Issue
Block a user