diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index 99e3977042..8778f01ed1 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -18,7 +18,7 @@ config = dict( 'treefile': { 'include': 'fedora-atomic-docker-host.json', 'ref': 'fedora-atomic/25/x86_64/docker-host', - 'repos': ['fedora-25', 'fedora-25-updates'], + 'repos': ['fedora-25', 'fedora-25-updates', 'updates'], 'packages': [], }, @@ -73,7 +73,7 @@ config = dict( 'treefile': { 'include': 'fedora-atomic-docker-host.json', 'ref': 'fedora-atomic/24/x86_64/docker-host', - 'repos': ['fedora-24', 'fedora-24-updates'], + 'repos': ['fedora-24', 'fedora-24-updates', 'updates'], 'packages': [], },