Removing the async fire-and-forget

I am hitting some bug in current devel, using async
will raise:
'The async task did not return valid JSON: No JSON object could be decoded'
Will monitor and revert when this is fixed.
This commit is contained in:
Ricardo Carrillo Cruz 2015-08-27 10:39:12 +02:00
parent 3483441ee7
commit 7eac337be5
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,7 @@
---
- name: Run puppet agent to install Jenkins
puppet:
- name: Get JJB password from Puppetmaster Hiera
command: hiera -c /etc/puppet/hiera.yaml jenkins_jobs_password environment=production
delegate_to: "{{ groups['meta-infra_type_puppetmaster'][0] }}"
@ -18,5 +21,3 @@
- name: Trigger 'jenkins-jobs update' to populate Jenkins jobs
command: jenkins-jobs update /etc/jenkins_jobs/config --delete-old
async: 3600
poll: 0