Skip to content

Instantly share code, notes, and snippets.

@shohey1226
Created March 6, 2014 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shohey1226/9401560 to your computer and use it in GitHub Desktop.
Save shohey1226/9401560 to your computer and use it in GitHub Desktop.
Ansible playbook to install system wide Perl5.18 and its module using cpanm and cpanfile
---
- name: install perl with perlenv
script: perlenv.sh
- name: copy cpanfile to /tmp/
copy: src=cpanfile dest=/tmp/cpanfile
- name: install modules
script: install_with_cpanm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment