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:
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.