Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
chidanandpujar opened this issue Jun 24, 2024 · 1 comment
Assignees

Comments

@chidanandpujar
Copy link
Collaborator

chidanandpujar commented Jun 24, 2024

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]

@chidanandpujar chidanandpujar self-assigned this Jun 24, 2024
chidanandpujar added a commit to chidanandpujar/ansible-junos-stdlib that referenced this issue Jun 24, 2024
@chidanandpujar
Copy link
Collaborator Author

Fixed via #675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant