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:
@@ -6,6 +6,7 @@
|
||||
- ec2-utils
|
||||
- amazon-ssm-agent
|
||||
- amazon-efs-utils
|
||||
lock_timeout: 30
|
||||
|
||||
- name: Install CloudWatch Agent
|
||||
yum:
|
||||
|
||||
@@ -6,3 +6,4 @@
|
||||
- shadow-utils
|
||||
- libxml2
|
||||
- git-{{ git_version }}
|
||||
lock_timeout: 30
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,9 +4,11 @@
|
||||
yum:
|
||||
name:
|
||||
- java-{{ java_version }}-openjdk-devel
|
||||
lock_timeout: 30
|
||||
when: atl_use_system_jdk
|
||||
|
||||
- name: Install other base packages on Amazon Linux
|
||||
yum:
|
||||
name:
|
||||
- dejavu-fonts-common # Required by the installer
|
||||
lock_timeout: 30
|
||||
|
||||
Reference in New Issue
Block a user