Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.23 KB | None | 0 0
  1. ```- name: build ruby
  2.   shell: >
  3.     cmd: {{ item }}
  4.     args:
  5.       chdir: "/usr/local/ruby-{{ ruby_version }}"
  6.       creates: /usr/local/bin/ruby
  7.   with_items:
  8.    - ./configure --enable-shared
  9.     - make
  10.     - make install```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement