Upload
This commit is contained in:
parent
b210098824
commit
05ff747905
2 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
|
||||
- name: remove other files
|
||||
include_tasks: yaml_sub/myrepo_clean.yaml
|
||||
- name: update file myrepo.repo
|
||||
|
@ -26,7 +25,6 @@
|
|||
state: absent
|
||||
line: "BASE dc=nas1,dc=neuro,dc=itp"
|
||||
|
||||
|
||||
- name: set LDAP
|
||||
blockinfile:
|
||||
path: /etc/openldap/ldap.conf
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue