X Tutup
Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 9a137ac

Browse files
committed
Sanity Check: Added tag [ansible]
- Can now make it skip during dev.
1 parent 8b8e154 commit 9a137ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- ['adv_settings.yml', 'defaults/adv_settings.yml.default']
77
- ['backup_config.yml', 'defaults/backup_config.yml.default']
88
roles:
9-
- { role: sanity_check }
9+
- { role: sanity_check, tags: ['sanity_check'] }
1010
- { role: settings, tags: ['always', 'settings'] }
1111
- { role: pre_tasks }
1212
- { role: backup, tags: ['backup'] }

0 commit comments

Comments
 (0)
X Tutup