main: followup on pr 6012

This tag can be set at the play level.

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

View File

@ -271,6 +271,7 @@
become: True become: True
gather_facts: false gather_facts: false
any_errors_fatal: true any_errors_fatal: true
tags: 'ceph_client'
tasks: tasks:
# pre-tasks for following imports - # pre-tasks for following imports -
- name: set ceph client install 'In Progress' - name: set ceph client install 'In Progress'
@ -283,19 +284,18 @@
- import_role: - import_role:
name: ceph-defaults name: ceph-defaults
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-facts name: ceph-facts
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-handler name: ceph-handler
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-config name: ceph-config
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-client name: ceph-client
tags: ['ceph_client']
# post-tasks for preceding imports - # post-tasks for preceding imports -
- name: set ceph client install 'Complete' - name: set ceph client install 'Complete'

View File

@ -260,6 +260,7 @@
gather_facts: false gather_facts: false
become: True become: True
any_errors_fatal: true any_errors_fatal: true
tags: 'ceph_client'
pre_tasks: pre_tasks:
- name: set ceph client install 'In Progress' - name: set ceph client install 'In Progress'
run_once: true run_once: true
@ -272,19 +273,18 @@
tasks: tasks:
- import_role: - import_role:
name: ceph-defaults name: ceph-defaults
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-facts name: ceph-facts
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-handler name: ceph-handler
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-config name: ceph-config
tags: ['ceph_update_config', 'ceph_client'] tags: ['ceph_update_config']
- import_role: - import_role:
name: ceph-client name: ceph-client
tags: ['ceph_client']
post_tasks: post_tasks:
- name: set ceph client install 'Complete' - name: set ceph client install 'Complete'