DCD-686: Revert lockfiles as we should move to fine control over Ansible versions (again).

This commit is contained in:
Steve Smith
2019-10-04 13:49:43 +10:00
parent 606ac960d9
commit bbff7f94bb
4 changed files with 0 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@@ -4,11 +4,9 @@
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