69d5ce9b41
* GitHub is removing the underlying API used to implement the `login` command. Since the general consensus seems to be that relatively nobody currently uses this command (in favor of explicit token passing), support was simply removed for interactive login. If a future need arises, this command should be reimplemented via OAuth Device Auth Grants.
* login or role login commands now produce a fatal error with a descriptive message
* updated 2.10 porting guide entry
* remove dead code/config, update messages and porting guides
(cherry picked from commit 83909bfa22
)
2 lines
120 B
YAML
2 lines
120 B
YAML
breaking_changes:
|
|
- ansible-galaxy login command has been removed (see https://github.com/ansible/ansible/issues/71560)
|