projectatomic / atomic-host-tests

A collection of single-host tests for Atomic Host
GNU General Public License v3.0
18 stars 21 forks source link

roles: remove use of 'include:' statements #372

Closed miabbott closed 6 years ago

miabbott commented 6 years ago

This PR removes the use include: across the roles to use include_tasks or include_role

The most notable change is moving the set_is_atomic role from the common directory to the roles directory.

The redhat_subscription role looks like it changed, but it really just got re-indented.

miabbott commented 6 years ago

This partially addresses #336. I'm going to work on updating the tests in a separate PR.

mike-nguyen commented 6 years ago

Probably need requirements.txt updated for this too

miabbott commented 6 years ago

I'm just going to close this in favor of all the changes in #373