Created
February 1, 2018 12:28
-
-
Save Artemmkin/38c44f08e33bc9559c5673dee9837274 to your computer and use it in GitHub Desktop.
playbook2.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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