From: David Galloway Date: Tue, 15 Jun 2021 17:37:29 +0000 (-0400) Subject: ansible: Give registration tasks a tag X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1840%2Fhead;p=ceph-build.git ansible: Give registration tasks a tag This is so I can skip it when I'm setting up a new CentOS 8 Vagrant builder. https://wiki.sepia.ceph.com/doku.php?id=production:jenkins.ceph.com&#setting_up_new_jenkins_builder Signed-off-by: David Galloway --- diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index 7337af04..7de4ccd4 100644 --- a/ansible/examples/slave.yml +++ b/ansible/examples/slave.yml @@ -818,6 +818,7 @@ executors: '{{ executors|default(1) }}' exclusive: true when: not permanent|bool + tags: register - name: Register Permanent Slave block: @@ -871,3 +872,4 @@ enabled: yes when: jar_changed is changed or unit_files_changed is changed when: permanent|bool + tags: register