summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/common_network/tasks/main.yml
blob: 97b3dd0d402e33a573f2a197966fd52fa71f6d5c (plain)
1
2
3
4
- assert:
    that:
      - '"00:00:00:a1:2b:cc" is is_mac'
      - '"foo" is not is_mac'