Junos provider readd (#21869)

* Restore `provider` to junos_*

Fixes #21824
Fixes #21824
Fixes #21827

* Fix `confirm_timeout` related errors
* Fix glaring issues with _junos_template
This commit is contained in:
Nathaniel Case 2017-03-01 12:39:44 -05:00 committed by GitHub
commit d9d2e6deb6
5 changed files with 32 additions and 17 deletions

View file

@ -144,6 +144,8 @@ def main():
state=dict(default='present', choices=['present', 'absent']),
)
argument_spec.update(junos_argument_spec)
module = AnsibleModule(argument_spec=argument_spec,
supports_check_mode=True)