94b42b950e
The 'base-minimal' job has for purpose to be what we consider to be the smallest possible set of roles/tasks to be applied on nodes regardless of the job context. Inheriting from this minimal job provides the ability to run roles or tasks that would have otherwise been included by default only on a need basis. Change-Id: I5c255a6f9d2adb91fbc222742bd2249f126ca982
4 lines
48 B
YAML
4 lines
48 B
YAML
- hosts: all
|
|
roles:
|
|
- remove-build-sshkey
|