Skip to content

Commit 9d11e5e

Browse files
Add full path to python to avoid issues when default python is set to something else
1 parent c7cea45 commit 9d11e5e

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/cluster-cli/files

1 file changed

+1
-1
lines changed

playbooks/roles/cluster-cli/files/cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env /usr/bin/python3
22
import ldap3
33
from ldap3 import MODIFY_ADD
44
import click

0 commit comments

Comments
 (0)