]> git.phdru.name Git - ansible.git/commitdiff
Feat(roles/python-packages): Install `python-is-python2`
authorOleg Broytman <phd@phdru.name>
Sun, 6 Mar 2022 17:49:46 +0000 (20:49 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 7 Mar 2022 06:50:29 +0000 (09:50 +0300)
playbooks/roles/python-packages/tasks/main.yml

index a5449aa21809106fed0a9d3d7f7f68448d781ad0..52381d3a244d0f4f002392438eddfae08739897c 100644 (file)
@@ -9,6 +9,7 @@
            'python', 'python2.7', 'python3', 'python-pip', 'python3-pip',
            'python-setuptools', 'python3-setuptools',
            'python-gdbm', 'python-openssl', 'python3-openssl',
+           'python-is-python2',
           ]
     state: latest
     update_cache: yes