ansible-junos-stdlib
ansible-junos-stdlib copied to clipboard
Introduced commit_sync and commit_force_sync
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