Skip to content

Commit

Permalink
Merge pull request #8 from doczkal/fix-issue-7
Browse files Browse the repository at this point in the history
Fix issue #7
  • Loading branch information
lvps authored Feb 18, 2023
2 parents 5f45bd4 + ef6e8d0 commit 85d7783
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/configure_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@
bind_dn: "{{ dirsrv_rootdn }}"
bind_pw: "{{ dirsrv_rootdn_password }}"
dn: "cn=changelog5,cn=config"
name: "{{ item.name }}"
values: "{{ item.value }}"
state: exact
attributes:
nsslapd-changelogdir: "/var/lib/dirsrv/slapd-{{ dirsrv_serverid }}/changelogdb"
nsslapd-changelogmaxage: "{{ dirsrv_changelog_max_age }}"
when: "ansible_facts['distribution_major_version'] | int >= 8"
when: "ansible_facts['distribution_major_version'] | int <= 8"

0 comments on commit 85d7783

Please sign in to comment.