From 2e2a5829a26095857696051809639d0fe4c533a8 Mon Sep 17 00:00:00 2001 From: Paul Smet Date: Wed, 16 Jun 2021 17:22:26 +0200 Subject: [PATCH] Update FreeBSD Python version in intro_bsd.rst (#74938) * Use the python pkg instead of a specific version The python pkg contains a symlink to the default python interpreter. --- docs/docsite/rst/user_guide/intro_bsd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/user_guide/intro_bsd.rst b/docs/docsite/rst/user_guide/intro_bsd.rst index 11d25508c0a..4c2a50d8293 100644 --- a/docs/docsite/rst/user_guide/intro_bsd.rst +++ b/docs/docsite/rst/user_guide/intro_bsd.rst @@ -31,7 +31,7 @@ On your control machine you can execute the following for most versions of FreeB .. code-block:: bash - ansible -m raw -a "pkg install -y python27" mybsdhost1 + ansible -m raw -a "pkg install -y python" mybsdhost1 Or for OpenBSD: @@ -54,7 +54,7 @@ To support a variety of Unix-like operating systems and distributions, Ansible c .. code-block:: text [freebsd:vars] - ansible_python_interpreter=/usr/local/bin/python2.7 + ansible_python_interpreter=/usr/local/bin/python [openbsd:vars] ansible_python_interpreter=/usr/local/bin/python3.8