kondor6c / ansible_linux_common

BSD 2-Clause "Simplified" License
0 stars 0 forks source link

some repos appearing as changed #6

Open kondor6c opened 4 years ago

kondor6c commented 4 years ago

These repo names are the stock repo names, so maybe thats why

TASK [ansible_linux_common : install custom repositories] ************************************************************************************************************************************Monday 06 July 2020  23:33:02 -0400 (0:00:07.985)       0:00:49.769 ***********                                                                                                               changed: [50.116.37.145] => (item={'gpg_key': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch', 'long_name': 'Fedora $releasever openh264 (From Cisco) - $basearch', 'mirror
s': [{'host': 'codecs.fedoraproject.org', 'path': '/openh264/$releasever/$basearch', 'protocol': 'https://'}], 'options': {'metadata_expire': '14d', 'gpgcheck': 1, 'type': 'rpm', 'enabled': 1}, 'title': 'fedora-cisco-openh264', 'tags': ['fedora']})                                                                                                                                    ok: [50.116.37.145] => (item={'gpg_key': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch', 'long_name': 'Fedora $releasever openh264 (From Cisco) - $basearch - Debug', 'mir
rors': [{'host': 'codecs.fedoraproject.org', 'path': '/openh264/$releasever/$basearch/debug', 'protocol': 'https://'}], 'options': {'metadata_expire': '28d', 'gpgcheck': 1, 'type': 'rpm', 'enabled': 0}, 'title': 'fedora-cisco-openh264-debuginfo', 'tags': ['fedora', 'debuginfo']})                                                                                                    changed: [50.116.37.145] => (item={'gpg_key': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch', 'long_name': 'Fedora Modular $releasever - $basearch', 'mirrors': [{'host':
'download-ib01.fedoraproject.org', 'path': '/pub/fedora/linux/updates/$releasever/Modular/$basearch', 'protocol': 'http://'}], 'options': {'gpgcheck': 1, 'type': 'rpm', 'enabled': 1}, 'title': 'fedora-modular', 'tags': ['fedora', 'updates', 'modular']})                                                                                                                               ok: [50.116.37.145] => (item={'gpg_key': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch', 'long_name': 'Fedora Modular $releasever - $basearch - Debug', 'mirrors': [{'host
': 'download-ib01.fedoraproject.org', 'path': '/pub/fedora/linux/updates/$releasever/Modular/$basearch/debug', 'protocol': 'http://'}], 'options': {'metadata_expire': '7d', 'gpgcheck': 1, 'type': 'rpm', 'enabled': 0}, 'title': 'fedora-modular-debuginfo', 'tags': ['fedora', 'updates', 'debuginfo']})                                                                                 ok: [50.116.37.145] => (item={'gpg_key': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch', 'long_name': 'Fedora Modular $releasever - Source', 'mirrors': [{'host': 'downloa
d-ib01.fedoraproject.org', 'path': '/pub/fedora/linux/releases/$releasever/Modular/source/tree/', 'protocol': 'http://'}], 'options': {'metadata_expire': '7d', 'gpgcheck': 1, 'type': 'rpm', 'enabled': 0}, 'title': 'fedora-modular-source', 'tags': ['fedora', 'source']})                                                                                                               changed: [50.116.37.145] => (item={'gpg_key': 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch', 'long_name': 'Fedora $releasever - $basearch', 'mirrors': [{'host': 'mirror.
math.princeton.edu', 'path': '/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/', 'protocol': 'http://'}], 'options': {'metadata_expire': '7d', 'gpgcheck': 1, 'type': 'rpm', 'enabled': 1}, 'title': 'fedora', 'tags': ['fedora', 'base']}) 
kondor6c commented 4 years ago

the stock repos are being "enabled=0" in a prior step. This is why they are always being marked as changed