Skip to content

<unknown>:1813: SyntaxWarning: invalid escape sequence '\*' emitted during ansible-playbook execution #674

@chidanandpujar

Description

@chidanandpujar

Issue Type

  • Bug Report

Module Name

juniper.device
python 3.12

OS / Environment

JUNOS Evolved

Summary

TASK [Test reachability to device using do-not-fragment and rapid] ********************************************************************************************************
<unknown>:1813: SyntaxWarning: invalid escape sequence '\*'

Steps to reproduce

    - name: Test reachability to device using do-not-fragment and rapid
      juniper.device.ping:
        dest: x.x.x.x
        do_not_fragment: false
        rapid: true
        size: 64
        count: 3
        acceptable_percent_loss: 50
      ignore_errors: false
      register: test_ping

Actual results

TASK [Test reachability to device using do-not-fragment and rapid] ********************************************************************************************************
<unknown>:1813: SyntaxWarning: invalid escape sequence '\*'
ok: [x.x.x.x]

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions