RedHatGov / product-demos

GNU General Public License v3.0
31 stars 22 forks source link

LINUX - Temporary Sudo: template shouldn't require latest "at" package #31

Closed benblasco closed 1 year ago

benblasco commented 2 years ago

This playbook tries to install the latest "at" package when all it needs is to ensure that "at" is already installed and running

https://github.com/RedHatGov/product-demos/blob/main/linux/temp_sudo.yml

Proposed change: s/latest/present

I can fix this and will log a PR

willtome commented 2 years ago

what if at isn't installed?

benblasco commented 1 year ago

PR should fix issue