diff --git a/lib/ansible/plugins/connection/netconf.py b/lib/ansible/plugins/connection/netconf.py index 118e9b21caf..31749c75ddc 100644 --- a/lib/ansible/plugins/connection/netconf.py +++ b/lib/ansible/plugins/connection/netconf.py @@ -75,7 +75,7 @@ class Connection(ConnectionBase): key_filename = os.path.expanduser(self._play_context.private_key_file) if not self._network_os: - raise AnsibleConnectionError('network_os must be set for netconf connections') + raise AnsibleConnectionFailure('network_os must be set for netconf connections') try: self._manager = manager.connect(