DCD-686: Ansible 2.8 added a timeout to the yum module which broke everything.

This commit is contained in:
Steve Smith
2019-10-04 13:35:17 +10:00
parent 0209ad22b7
commit 606ac960d9
5 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- ec2-utils - ec2-utils
- amazon-ssm-agent - amazon-ssm-agent
- amazon-efs-utils - amazon-efs-utils
lock_timeout: 30
- name: Install CloudWatch Agent - name: Install CloudWatch Agent
yum: yum:

View File

@@ -6,3 +6,4 @@
- shadow-utils - shadow-utils
- libxml2 - libxml2
- git-{{ git_version }} - git-{{ git_version }}
lock_timeout: 30

View File

@@ -4,3 +4,4 @@
yum: yum:
name: name:
- nfs-utils - nfs-utils
lock_timeout: 30

View File

@@ -1,7 +1,7 @@
--- ---
- name: Install Ubuntu-specific NFS packages - name: Install Ubuntu-specific NFS packages
yum: apt:
name: name:
- nfs-kernel-server - nfs-kernel-server
- libnfs-utils - libnfs-utils

View File

@@ -4,9 +4,11 @@
yum: yum:
name: name:
- java-{{ java_version }}-openjdk-devel - java-{{ java_version }}-openjdk-devel
lock_timeout: 30
when: atl_use_system_jdk when: atl_use_system_jdk
- name: Install other base packages on Amazon Linux - name: Install other base packages on Amazon Linux
yum: yum:
name: name:
- dejavu-fonts-common # Required by the installer - dejavu-fonts-common # Required by the installer
lock_timeout: 30