Ansible shell example

  - name: This command will show ip
    shell:
      cmd: ip a

Comments