Skip to content

Commit

Permalink
Disable Mac App Store sign in, as it’s broken in the mas tool
Browse files Browse the repository at this point in the history
See mas-cli/mas#164 for more details
  • Loading branch information
tonyarnold committed Sep 5, 2018
1 parent da4fc13 commit 308e537
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
- hosts: all
connection: local

vars_prompt:
- name: mas_email
prompt: "Mac App Store login email"
private: no
# vars_prompt:
# - name: mas_email
# prompt: "Mac App Store login email"
# private: no

vars_files:
- default.config.yml

vars:
- mas_signin_dialog: yes
# vars:
# - mas_signin_dialog: yes

pre_tasks:
- include_vars: "{{ item }}"
Expand Down

0 comments on commit 308e537

Please sign in to comment.