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 @@ ...@@ -5,7 +5,6 @@
name: name:
- nfs-common - nfs-common
- libgssrpc4 - libgssrpc4
- librpcsecgss3
- autofs - autofs
state: present state: present
tags: tags:
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
- nfs-common - nfs-common
- nfs-kernel-server - nfs-kernel-server
- msktutil - msktutil
- librpcsecgss3
- libgssrpc4 - libgssrpc4
state: present state: present
tags: tags:
...@@ -120,7 +119,7 @@ ...@@ -120,7 +119,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:
- nfs-server - nfs-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment