<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9499">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ansible: fix deprecation of "include:"<br><br>"include:" has been deprecated in favour of "include_tasks:".<br><br>Change-Id: I6e1bb11e9392f7da9ed554c37f9625daa0950308<br>---<br>M ansible/roles/osmocom-jenkins-slave/tasks/main.yml<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/99/9499/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml</span><br><span>index 215c988..f76489c 100644</span><br><span>--- a/ansible/roles/osmocom-jenkins-slave/tasks/main.yml</span><br><span>+++ b/ansible/roles/osmocom-jenkins-slave/tasks/main.yml</span><br><span>@@ -1,7 +1,7 @@</span><br><span> ---</span><br><span> </span><br><span> - name: install jenkins packages</span><br><span style="color: hsl(0, 100%, 40%);">-  include: debian.yml</span><br><span style="color: hsl(120, 100%, 40%);">+  include_tasks: debian.yml</span><br><span>   when: ansible_distribution == 'Debian'</span><br><span> </span><br><span> - name: install build utilities</span><br><span>@@ -100,11 +100,11 @@</span><br><span>     key: "{{ lookup('file', 'jenkins.osmocom.org.pub') }}"</span><br><span> </span><br><span> - name: include generic slave</span><br><span style="color: hsl(0, 100%, 40%);">-  include: generic-slave.yml</span><br><span style="color: hsl(120, 100%, 40%);">+  include_tasks: generic-slave.yml</span><br><span>   when: generic_slave</span><br><span> </span><br><span> - name: install ttcn3 dependencies</span><br><span style="color: hsl(0, 100%, 40%);">-  include: ttcn3-slave.yml</span><br><span style="color: hsl(120, 100%, 40%);">+  include_tasks: ttcn3-slave.yml</span><br><span>   when: ttcn3_slave and ansible_distribution == 'Debian' and ansible_distribution_release == 'stretch'</span><br><span> </span><br><span> - name: copy .gitconfig</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9499">change 9499</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9499"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6e1bb11e9392f7da9ed554c37f9625daa0950308 </div>
<div style="display:none"> Gerrit-Change-Number: 9499 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>