diff options
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r-- | ansible/infrastructure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml index 08667330..e4715a9c 100644 --- a/ansible/infrastructure.yml +++ b/ansible/infrastructure.yml @@ -14,7 +14,7 @@ name: "{{ app_name }}" file: "{{ app_name | lower }}" description: "{{ app_name }} offline repository" - baseurl: "{{ 'http://repo.infra-server' if 'infrastructure' not in group_names else 'file://' + app_data_path + '/pkg/rhel' }}" + baseurl: "{{ 'http://repo.infra-server/rhel' if 'infrastructure' not in group_names else 'file://' + app_data_path + '/pkg/rhel' }}" gpgcheck: no enabled: yes when: deploy_rpm_repository |