mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
chore(ldap): remove deprecated docker link usage
This commit is contained in:
parent
c02cbb5ef6
commit
0fbb3bc6d0
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@
|
|||
ports: "{{ ldap_management_container_ports }}"
|
||||
labels: "{{ ldap_management_container_labels_complete }}"
|
||||
env: "{{ ldap_management_container_env }}"
|
||||
links:
|
||||
- "{{ ldap_container_name }}:ldap"
|
||||
restart_policy: unless-stopped
|
||||
recreate: "{{ ldap_management_container_recreate }}"
|
||||
pull: "{{ ldap_management_container_pull }}"
|
||||
|
|
Loading…
Reference in a new issue