Files
community.general/lib/ansible/modules/packaging/os
Maciej Delmanowski c7e2226035 Do not require TTY for 'apt-key' operations (#48580)
The 'gpg' command supports the '--no-tty' option, which disables any use
of a TTY during its execution. This parameter is sometimes required for
non-interactive operation to avoid any questions for the user.

The 'apt-key adv' command can pass additional parameters to the
underlying 'gpg' command. This patch adds the '--no-tty' option to avoid
issues with APT key imports when Ansible pipelining active, which
disables the use of a dedicated TTY.
2018-11-19 12:40:06 +00:00
..
2018-04-25 23:12:46 -07:00
2018-10-01 09:49:06 -04:00
2018-04-24 18:05:50 +01:00
2018-04-25 23:12:46 -07:00
2018-10-17 22:59:41 +02:00
2018-04-24 18:05:50 +01:00
2018-04-10 13:10:56 -04:00
2018-03-15 22:15:24 +01:00