961fdc22ee
Adds the following tags to relevant tasks in deploy-steps-tasks.yaml that are common to all roles: - host_config - container_config - container_config_tasks - container_config_scripts - container_startup_configs The tags are tool agnostic, so hopefully they won't have to be updated over time. They allow users to run only specific parts of the common tasks. Change-Id: Ia7476da222218411caddae887f99c029b4bccf23
7 lines
241 B
YAML
7 lines
241 B
YAML
---
|
|
other:
|
|
- |
|
|
The common tasks in deploy-steps-tasks.yaml that are common to all roles
|
|
are now tagged with one of: host_config, container_config,
|
|
container_config_tasks, container_config_scripts, or container_startup_configs.
|