Created
September 15, 2014 10:26
-
-
Save joakin/019871b40a37e46efa49 to your computer and use it in GitHub Desktop.
This file contains 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: add repo host key to known_hosts | |
lineinfile: "create=yes dest=/home/ci/.ssh/known_hosts | |
line={{ repo_host_key.stdout }} | |
state=present" | |
- name: make ci owner of buildbot_master dir | |
file: path={{ buildbot_master_path }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment