summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-02-28 17:48:34 -0600
committerMonty Taylor <mordred@inaugust.com>2017-02-28 17:48:34 -0600
commit0636ea66136f42f0300ea13f7b71271b80450515 (patch)
treeec5372847e20f6a4b6b8b71aaa22074ba9c060ab
parent6a4080d52a4c8ce195244f981e837ff51b7e91ce (diff)
Fixed a typo
-rw-r--r--src/posts/whats-coming-zuulv3.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posts/whats-coming-zuulv3.hbs b/src/posts/whats-coming-zuulv3.hbs
index 91b5b62..28c3ca4 100644
--- a/src/posts/whats-coming-zuulv3.hbs
+++ b/src/posts/whats-coming-zuulv3.hbs
@@ -125,7 +125,7 @@
125 125
126 <p>As previously mentioned, the job content is now defined in Ansible 126 <p>As previously mentioned, the job content is now defined in Ansible
127 rather than using our Jenkins Job Builder tool. This playbook is going 127 rather than using our Jenkins Job Builder tool. This playbook is going
128 to run a tasks on a host called <em>controller</em> which you may 128 to run tasks on a host called <em>controller</em> which you may
129 remember we requested in the job definition. On that host, it will run 129 remember we requested in the job definition. On that host, it will run
130 <em>make distcheck</em>. Pretty much anything you can do in Ansible, you 130 <em>make distcheck</em>. Pretty much anything you can do in Ansible, you
131 can do in a Zuul job now, and the playbooks should also be re-usable 131 can do in a Zuul job now, and the playbooks should also be re-usable