]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: Give registration tasks a tag 1840/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 15 Jun 2021 17:37:29 +0000 (13:37 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 15 Jun 2021 17:37:29 +0000 (13:37 -0400)
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 <dgallowa@redhat.com>
ansible/examples/slave.yml

index 7337af04be194b5c8b2643396e6ba9860f7193c9..7de4ccd4fe826b34be59e68a91f707d2b3f73adc 100644 (file)
         executors: '{{ executors|default(1) }}'
         exclusive: true
       when: not permanent|bool
+      tags: register
 
     - name: Register Permanent Slave
       block:
             enabled: yes
           when: jar_changed is changed or unit_files_changed is changed
       when: permanent|bool
+      tags: register