mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 12:31:43 -07:00
mas: disable sign-in check for macOS 12+ (#6520)
* disable sign-in check for macOS 12+ * move is_version_greater func outside class Mas * fix formatting * remove trailing whitespace * make use of LooseVersion to compare versions * update requirement description Co-authored-by: Felix Fontein <felix@fontein.de> * update requirement description link Co-authored-by: Felix Fontein <felix@fontein.de> * update constant of macOS version Co-authored-by: Felix Fontein <felix@fontein.de> * use updated constant Co-authored-by: Felix Fontein <felix@fontein.de> * update getting macOS version Co-authored-by: Felix Fontein <felix@fontein.de> * add changelog fragment --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
bd6cec2105
commit
4373f2f33b
2 changed files with 16 additions and 5 deletions
3
changelogs/fragments/6520-mas-disable-signin.yaml
Normal file
3
changelogs/fragments/6520-mas-disable-signin.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- "mas - disable sign-in check for macOS 12+ as ``mas account`` is non-functional (https://github.com/ansible-collections/community.general/pull/6520)."
|
Loading…
Add table
Add a link
Reference in a new issue