Skip to content

Instantly share code, notes, and snippets.

@joakin
Created September 15, 2014 10:26
Show Gist options
  • Save joakin/019871b40a37e46efa49 to your computer and use it in GitHub Desktop.
Save joakin/019871b40a37e46efa49 to your computer and use it in GitHub Desktop.
- 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