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

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