Skip to content

Commit

Permalink
Better description of Ansible playbook task
Browse files Browse the repository at this point in the history
Better description of Ansible playbook task
  • Loading branch information
ruzickap committed Jan 14, 2020
1 parent 677b952 commit 18869e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/build_remote_ssh_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
action_runner_count: 2

tasks:
- name: Install Python
- name: Install python3-minimal and gnupg2 if needed
raw: sudo bash -x -c "test -x /usr/bin/python3 || ( apt -qq update && apt install -y gnupg2 python3-minimal )"
register: output
changed_when: output.stdout is search("Unpacking")
Expand Down

0 comments on commit 18869e2

Please sign in to comment.