]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible/examples/builder.yml: fix egregious spelling error
authorDan Mick <dmick@redhat.com>
Thu, 8 Jun 2023 09:02:50 +0000 (02:02 -0700)
committerDan Mick <dmick@redhat.com>
Tue, 11 Jul 2023 23:16:38 +0000 (16:16 -0700)
also add a tag for the register step; will be useful for updating
tags once I get updating working

Signed-off-by: Dan Mick <dmick@redhat.com>
ansible/examples/builder.yml

index 1558bd358a02c8a7f33617b5febf5144564c6a81..6665477dad704ac57baf91ba4377d44731536b83 100644 (file)
 
     - name: Register Permanent Builder
       block:
-        - name: Register permenant builder using JNLP
+        - name: Register permanent builder using JNLP
           jenkins_node:
             username: "{{ api_user }}"
             uri: "{{ api_uri }}"
             remoteFS: '/home/{{ jenkins_user }}/build'
             executors: '{{ executors|default(1) }}'
             exclusive: true
+          tags: register
 
         - name: Download agent.jar
           get_url: