#!/bin/bash
set -ev
sudo docker exec ${OS} dnf clean all
sudo docker exec ${OS} dnf -y install ansible python3-pyyaml
