Juniper / ansible-junos-stdlib

Junos modules for Ansible
Apache License 2.0
302 stars 156 forks source link

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

Closed chidanandpujar closed 1 month ago

chidanandpujar commented 2 months ago

Issue Type

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]
chidanandpujar commented 1 month ago

Fixed via https://github.com/Juniper/ansible-junos-stdlib/pull/675