NCLU Module: Improve performance by not operating on empty lines (#43024)

* Update nclu.py

Stop module from running `net` on empty commands.

* Update nclu.py

Updated the copyright date

* Update nclu.py

Returned metadata version to 1.1

* Update nclu.py

Fix indentation to be a multiple of 4.

* Create changelog fragment
This commit is contained in:
Barry Peddycord III
2018-07-20 11:38:29 -04:00
committed by Sam Doran
parent 5d23406926
commit dc42b43cd1
2 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- nclu - no longer runs net on empty lines in templates (https://github.com/ansible/ansible/pull/43024)