tsuna-server / build-server-ansible

1 stars 0 forks source link

Improve tags design #46

Closed TsutomuNakamura closed 2 years ago

TsutomuNakamura commented 2 years ago

There are some required task patterns like below in this ansible-play book. This playbook should realise these requirements.

tags host discover_host other tasks
(not specified any tags) yes yes yes
--skip-tags role_hosts no yes yes
--tags discover_hosts no yes no
TsutomuNakamura commented 2 years ago

It was already fixed at ec36eb9.