I am encountering issues while trying to execute below task in a playbook.

- name:         Setup OpenDJ
  command:      "setup --cli --propertiesFilePath /tmp/opendjsetup.props 
--no-prompt"
  args:
    chdir:      "{{ install_dir }}/opendj"
#    creates:   "{{ install_dir }}/opendj/config"
  ignore_errors: yes


where install_dir=/opt

Error i am encountering is below. Any help is really appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7d0a7ba8-c264-4cbb-bda8-d185ac6ef748%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to