diff options
author | Monty Taylor <mordred@inaugust.com> | 2017-02-28 17:48:34 -0600 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2017-02-28 17:48:34 -0600 |
commit | 0636ea66136f42f0300ea13f7b71271b80450515 (patch) | |
tree | ec5372847e20f6a4b6b8b71aaa22074ba9c060ab /src | |
parent | 6a4080d52a4c8ce195244f981e837ff51b7e91ce (diff) |
Fixed a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/posts/whats-coming-zuulv3.hbs | 2 |
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 |