]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
main: followup on pr 6012
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 12 Nov 2020 14:19:42 +0000 (15:19 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 12 Nov 2020 20:31:31 +0000 (15:31 -0500)
This tag can be set at the play level.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
site-container.yml.sample
site.yml.sample

index fe1bb775b59d5d2e97ce9cc698b86fa70b37b789..0106654b86cd84658146c4e6b91ea6406073d455 100644 (file)
   become: True
   gather_facts: false
   any_errors_fatal: true
+  tags: 'ceph_client'
   tasks:
     # pre-tasks for following imports -
     - name: set ceph client install 'In Progress'
 
     - import_role:
         name: ceph-defaults
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-facts
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-handler
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-config
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-client
-      tags: ['ceph_client']
 
     # post-tasks for preceding imports -
     - name: set ceph client install 'Complete'
index dcb6202057de8e0fb0f3a2d4d7c3710a4d84103f..efa432990985195bbd3c94964260ba4bd4e161fa 100644 (file)
   gather_facts: false
   become: True
   any_errors_fatal: true
+  tags: 'ceph_client'
   pre_tasks:
     - name: set ceph client install 'In Progress'
       run_once: true
   tasks:
     - import_role:
         name: ceph-defaults
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-facts
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-handler
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-config
-      tags: ['ceph_update_config', 'ceph_client']
+      tags: ['ceph_update_config']
     - import_role:
         name: ceph-client
-      tags: ['ceph_client']
 
   post_tasks:
     - name: set ceph client install 'Complete'