Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / installation / ansible-server / src / main / Playbooks / ansible_quiescetraffic@0.00.yml
1 ---
2 - hosts: all
3   tasks:
4   - name: Set vG to vG-MUX interface down
5     shell: vppctl set int state GigabitEthernet0/4/0 down 
6     become: true