fix nonexistent tobiko-fixup-stuff role

will be fixed in ver. 0.5.0 tag

Change-Id: Id58e53dadb5efcfef20c1f09a79e968e5f31324b
This commit is contained in:
r 2022-02-08 00:17:33 +02:00
parent f4280eb41d
commit a694d585b1
1 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,13 @@
---
- include_role:
name: tobiko-fixup-stuff
# this role was added only since Tobiko version 0.5.0
ignore_errors: true
- block:
- include_role:
name: tobiko-fixup-stuff
# this role was added only since Tobiko version 0.5.0
#ignore nonexistent roles
rescue:
- name: Print when errors
ansible.builtin.debug:
msg: 'I caught an import error, skipping this role'
- block:
- include_role: name=tobiko-ir-jenkins