Preventing '/dev/tty not found' problems (#49950)

* Preventing '/dev/tty not found' problems when ' apt_repository` calls GPG in order to import keys.
This commit is contained in:
Manuel Molina Cuberos 2019-01-14 21:38:54 +01:00 committed by Sam Doran
commit 3b5ac77a16
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- apt_repository - do not require a tty to prevent errors parsing GPG keys (https://github.com/ansible/ansible/issues/49949)