Skip to content
Snippets Groups Projects
Commit c9521192 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'th/py3-pexpect' into 'master'

ad-auth: Install pexpect for Python 3

See merge request !2
parents 63e4f4d2 c5aeb40d
No related branches found
No related tags found
1 merge request!2ad-auth: Install pexpect for Python 3
Pipeline #2918 passed
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
- name: ensure pexpect is installed - name: ensure pexpect is installed
apt: apt:
name: python-pexpect name: python3-pexpect
state: present state: present
tags: tags:
- sssd - sssd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment