From eba5b1d5ae07ade81f6d89bfd9981f106d71899f Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 05:27:35 +0300 Subject: buildbot.yml: Set .hgrc owner as botuser --- testing/buildbot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/buildbot.yml b/testing/buildbot.yml index 85902151..9ae341aa 100644 --- a/testing/buildbot.yml +++ b/testing/buildbot.yml @@ -1,5 +1,10 @@ # Ansible playbook to setup buildbot instance # http://scons.org/wiki/InstallingBuildbotSlaves +# +# Send questions to: +# +# anatoly techtonik +# --- # host is overridable with --extra-vars 'host=address' - hosts: "{{ host | default('localhost') }}" @@ -13,7 +18,7 @@ apt: pkg=mercurial - name: create .hgrc if necessary - command: touch {{ hgrc }} creates={{ hgrc }} + file: path={{ hgrc }} owner={{ botuser }} state=touch - name: enable mercurial purge extension ini_file: dest={{ hgrc }} backup=yes section=extensions option=hgext.purge -- cgit v1.2.1