View file File name : 0_delay Content :#!/bin/sh # Managed by Ansible # Added this to help prevent power spikes (SYSENG-3809) sleep $((RANDOM%10000))