aemalki

Results 1 issues of aemalki

#!/bin/bash ansible all -m yum_repository -a file=AppStream name=e1 description=e1 baseurl=http://content.example.com/rhel8.4/x86_64/dvd/AppStream gpgcheck=yes gpgkey= http://content.example.com/rhel8.4/x86_64/dvd/RPM-GPG-KEY-redhat-release enabled=yes' I got this error ![image](https://user-images.githubusercontent.com/106463562/198900345-448a4cfe-fff4-474c-a1c7-c7a435ad76fb.jpeg)