#!/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 
#!/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