ansible-junos-stdlib icon indicating copy to clipboard operation
ansible-junos-stdlib copied to clipboard

Introduced commit_sync and commit_force_sync

Open dineshbaburam91 opened this issue 3 years ago • 0 comments

Introduced "commit_sync" and "commit_force_sync" under juniper.device.config module

    - name: "Confirm the commit with a commit check"
      juniper.device.config:
        check: true
        diff: false
        comment: "Juniper Network"
        commit_force_sync: True
      register: response
    - name: "Confirm the commit with a commit check"
      juniper.device.config:
        check: true
        diff: false
        comment: "Juniper Network"
        commit_sync: True
      register: response

dineshbaburam91 avatar Oct 12 '22 10:10 dineshbaburam91