Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu2204 の idempotence で失敗する #7

Open
ktooi opened this issue Oct 3, 2022 · 0 comments
Open

ubuntu2204 の idempotence で失敗する #7

ktooi opened this issue Oct 3, 2022 · 0 comments

Comments

@ktooi
Copy link
Owner

ktooi commented Oct 3, 2022

ubuntu2204 の indempotence テストで下記のタスクに失敗する。

  TASK [ktooi.slapd : Start up the provider and a consumer/s on the backend (2/2)] ***
  fatal: [instance]: FAILED! => {"changed": false, "details": "{'desc': 'Type or value exists', 'info': 'modify/add: olcMultiProvider: value #0 already exists'}", "msg": "Attribute action failed."}

該当のタスクの内容は下記で、特に問題はないように見受けられる。

- name: Start up the provider and a consumer/s on the backend (2/2)
  become: true
  ldap_attrs:
    dn: '{{ slapd_olcDatabase_type_dn }}'
    attributes:
      olcMirrorMode: 'TRUE'
    state: exact
  tags:
    - slapd_replication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant