Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active July 8, 2021 21:29
Show Gist options
  • Save nleiva/3b41042c2d3b08a6c73ef6095658c0b3 to your computer and use it in GitHub Desktop.
Save nleiva/3b41042c2d3b08a6c73ef6095658c0b3 to your computer and use it in GitHub Desktop.
- name: Install Python dependencies
ansible.builtin.pip:
name: "{{ python_libraries }}"
executable: pip3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment