this was worked before, "No package matching 'atop' found available, installed or updated", "No package matching 'htop' found available, installed or updated"

Hi,
I’m on packer v1.2.3 and Ansible 2.4.1.0 that I didn’t have this error a month ago that my playbook install all these on centos7. My pip version is v9.0.3 and python 2.7.

failed: [default] (item=[u’epel-release’, u’git’, u’open-vm-tools’, u’vim-enhanced’, u’telnet’, u’net-tools’, u’traceroute’, u’iotop’, u’system-storage-manager’, u’sysstat’, u’atop’, u’htop’, u’iptraf-ng’, u’mtr’, u’wget’, u’nfs-utils’, u’bind-utils’, u’awscli’, u’nc’, u’python-pip’, u’perl’, u’python-setuptools’, u’zip’, u’unzip’, u’bzip2’, u’gcc’, u’python-devel’]) => {
“changed”: false,
“failed”: true,
“invocation”: {
“module_args”: {
“allow_downgrade”: false,
“conf_file”: null,
“disable_gpg_check”: false,
“disablerepo”: null,
“enablerepo”: null,
“exclude”: null,
“install_repoquery”: true,
“installroot”: “/”,
“list”: null,
“name”: [
“epel-release”,
“git”,
“open-vm-tools”,
“vim-enhanced”,
“telnet”,
“net-tools”,
“traceroute”,
“iotop”,
“system-storage-manager”,
“sysstat”,
“atop”,
“htop”,
“iptraf-ng”,
“mtr”,
“wget”,
“nfs-utils”,
“bind-utils”,
“awscli”,
“nc”,
“python-pip”,
“perl”,
“python-setuptools”,
“zip”,
“unzip”,
“bzip2”,
“gcc”,
“python-devel”
],
“security”: false,
“skip_broken”: false,
“state”: “latest”,
“update_cache”: false,
“validate_certs”: true
}
},
“item”: [
“epel-release”,
“git”,
“open-vm-tools”,
“vim-enhanced”,
“telnet”,
“net-tools”,
“traceroute”,
“iotop”,
“system-storage-manager”,
“sysstat”,
“atop”,
“htop”,
“iptraf-ng”,
“mtr”,
“wget”,
“nfs-utils”,
“bind-utils”,
“awscli”,
“nc”,
“python-pip”,
“perl”,
“python-setuptools”,
“zip”,
“unzip”,
“bzip2”,
“gcc”,
“python-devel”
],
“msg”: “No package matching ‘atop’ found available, installed or updated”,
“rc”: 126,
“results”: [
“All packages providing git are up to date”,
“All packages providing open-vm-tools are up to date”,
“All packages providing vim-enhanced are up to date”,
“All packages providing telnet are up to date”,
“All packages providing net-tools are up to date”,
“All packages providing traceroute are up to date”,
“All packages providing iotop are up to date”,
“All packages providing system-storage-manager are up to date”,
“All packages providing sysstat are up to date”,
“No package matching ‘atop’ found available, installed or updated”
]
}

Thanks,

John.