Skip to content

Commit

Permalink
Fix main.yml for entreprise fd setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck authored Feb 18, 2022
1 parent 6e1a6a9 commit 7096fc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
filename: fusiondirectory-release.list
when: not fd_entreprise_setup

- name: Add FusionDirectory entreprise repository
ansible.builtin.apt_repository:
repo: deb https://enterprise.fusiondirectory.org/buster-fusiondirectory-dev buster main
filename: fusiondirectory-entreprise-release.list
when: fd_entreprise_setup

- name: Create FusionDirectory Entreprise Auth configuration
ansible.builtin.template:
src: "{{ fd_entreprise_auth_template }}"
Expand All @@ -36,6 +30,12 @@
group: root
when: fd_entreprise_setup

- name: Add FusionDirectory entreprise repository
ansible.builtin.apt_repository:
repo: deb https://enterprise.fusiondirectory.org/buster-fusiondirectory-dev buster main
filename: fusiondirectory-entreprise-release.list
when: fd_entreprise_setup

- name: Add schema2ldif repository
ansible.builtin.apt_repository:
repo: deb https://public.fusiondirectory.org/stretch-schema2ldif-release/ stretch main
Expand Down

0 comments on commit 7096fc3

Please sign in to comment.