From 4724441536aca989335b4ebb9de360e4e7f54160 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 15 Jun 2021 13:37:29 -0400 Subject: [PATCH] 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 --- ansible/examples/slave.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index 7337af04b..7de4ccd4f 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 -- 2.47.3