Skip to content
Snippets Groups Projects
Commit a7167ee0 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Merge branch 'nfs-updates' into 'master'

Also install python3-pexpect in other roles than nfs_client

See merge request !6
parents fd397dfc 97fcd341
No related branches found
No related tags found
1 merge request!6Also install python3-pexpect in other roles than nfs_client
Pipeline #3655 passed
......@@ -5,7 +5,6 @@
name:
- nfs-common
- libgssrpc4
- librpcsecgss3
- autofs
state: present
tags:
......
......@@ -7,7 +7,6 @@
- nfs-common
- nfs-kernel-server
- msktutil
- librpcsecgss3
- libgssrpc4
state: present
tags:
......@@ -120,7 +119,7 @@
- name: ensure pexpect is installed
apt:
name: python-pexpect
name: python3-pexpect
state: present
tags:
- nfs-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment