I'm trying to automate installation of gitsyncd and gitmirrord applications 
via download of the git-syncing.git repository, which installs a 
/tmp/git-sync/install.pl PERL script. I then run the following:

- name: Install git-sync services
  shell: |
     cd /tmp/git-sync
     /usr/local/perl ./install.pl --no-prompt
  environment:
     ENV_VAR1: env_value1
     ENV_VAR2: env_value2
  register: install_rc
- debug: var=install_rc

install_rc shows nothing. Using -vv option to run my playbook shows nothing 
either.

I expect the gitsyncd and gitmirrord services to be installed, but they're 
not so I'm trying to debug why. I can run the Perl script manually and it 
works.

Any ideas?



-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bbe1771e-cb60-4297-ae81-0cdfe8b07ddd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to