diff --git a/yaml_sub/ldap.yaml b/yaml_sub/ldap.yaml index 5646ca2..24c7513 100644 --- a/yaml_sub/ldap.yaml +++ b/yaml_sub/ldap.yaml @@ -1,5 +1,4 @@ --- - - name: remove other files include_tasks: yaml_sub/myrepo_clean.yaml - name: update file myrepo.repo @@ -25,7 +24,6 @@ path: /etc/openldap/ldap.conf state: absent line: "BASE dc=nas1,dc=neuro,dc=itp" - - name: set LDAP blockinfile: diff --git a/yaml_sub/myrepo_data.yaml b/yaml_sub/myrepo_data.yaml index ffd524c..d2c0d54 100644 --- a/yaml_sub/myrepo_data.yaml +++ b/yaml_sub/myrepo_data.yaml @@ -50,11 +50,11 @@ enabled=1 gpgcheck=0 - # [oneAPI] - # name=oneAPI - # baseurl=http://10.10.0.11/repos/Fedora/AllVersion/oneAPI - # enabled=1 - # gpgcheck=0 + [oneAPI] + name=oneAPI + baseurl=http://10.10.0.11/repos/Fedora/AllVersion/oneAPI + enabled=1 + gpgcheck=0 [Opera] name=Opera