main: followup on pr 6012

This tag can be set at the play level.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/6015/head
Guillaume Abrioux 2020-11-12 15:19:42 +01:00 committed by Dimitri Savineau
parent fa2bb3af86
commit 2fa17520c4
2 changed files with 10 additions and 10 deletions

View File

@ -270,6 +270,7 @@
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'
@ -282,19 +283,18 @@
- 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'

View File

@ -259,6 +259,7 @@
gather_facts: false
become: True
any_errors_fatal: true
tags: 'ceph_client'
pre_tasks:
- name: set ceph client install 'In Progress'
run_once: true
@ -271,19 +272,18 @@
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'