install-python
install-python
The role install python using raw
module, so you can use it to prepare host for using Ansible.
Example Playbook
- name: Ensure python is installed
hosts: all
gather_facts: no
become: yes
roles:
- install-python
- name: Play other roles
hosts: all
gather_facts: yes
become: yes
roles:
- other-role
License
Author Information
:octocat:Sergey Kondrashov
Install
ansible-galaxy install sergkondr-ansible/install-python
License
Unknown
Downloads
1905
Owner
Just my ansible stuff