Skip to content
Snippets Groups Projects

ad-auth: Install pexpect for Python 3

Merged Thomas Schneider requested to merge th/py3-pexpect into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -42,7 +42,7 @@
- name: ensure pexpect is installed
apt:
name: python-pexpect
name: python3-pexpect
state: present
tags:
- sssd
Loading