atomic-host-tests icon indicating copy to clipboard operation
atomic-host-tests copied to clipboard

consolidate the 'set_fact' statements into a single role

Open miabbott opened this issue 8 years ago • 1 comments

We have a number of set_fact statements littered in the roles directory:

[~/workspaces/projectatomic/atomic-host-tests (master)*]$ git grep set_fact roles/ | wc -l
31

I'd like to get these consolidated into a single role, in order to eliminate any hunting around for where the fact is set or should be set.

miabbott avatar Jan 06 '17 18:01 miabbott