macbook-qa

Log | Files | Refs | README

main.yml (134B)


      1 ---
      2 - name: Install mas
      3   community.general.homebrew:
      4     name: mas
      5     state: latest
      6   environment:
      7     HOMEBREW_NO_AUTO_UPDATE: "1"