Skip to content
Snippets Groups Projects

Update prepare.yml

Open Te-Hung Tseng requested to merge test into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@
hosts: auto_bond
gather_facts: false
tasks:
- name: Install python for Ansible
- name: Install python for Ansible test
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
become: true
changed_when: false
Loading