Last active
November 21, 2016 17:03
-
-
Save juzam/761d6136e1ab3b548be2c7101167a802 to your computer and use it in GitHub Desktop.
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: Install Hypriot/Schatzkiste GPG key | |
| apt_key: url="https://packagecloud.io/Hypriot/Schatzkiste/gpgkey" | |
| - name: Install Hypriot/Schatzkiste repository | |
| apt_repository: repo="deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main" state=present | |
| - name: Install arm-machine | |
| apt: name={{ item }} state=installed update-cache=yes | |
| with_items: | |
| - docker-machine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment