Skip to content

Instantly share code, notes, and snippets.

@Artemmkin
Created February 1, 2018 12:28
Show Gist options
  • Save Artemmkin/38c44f08e33bc9559c5673dee9837274 to your computer and use it in GitHub Desktop.
Save Artemmkin/38c44f08e33bc9559c5673dee9837274 to your computer and use it in GitHub Desktop.
playbook2.yml
---
- name: Configure Raddit App Instance
hosts: all
become: true
tasks:
- name: Install Ruby
apt: "name={{ item }} state=present"
with_items:
- ruby-full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment