This role provides the foundation for building network roles by providing modules and plugins that are common to all Ansible Network roles.
GNU General Public License v3.0
112
stars
53
forks
source link
Clean up F841,H flake8 warnings #164
Closed
pabelanger closed 6 years ago
This fixes the following warnings: F841 local variable '...' is assigned to but never used
We can also remove H here too, it doesn't break anything.
Signed-off-by: Paul Belanger pabelanger@redhat.com