Skip to content

Commit

Permalink
ansible: fix brew style
Browse files Browse the repository at this point in the history
Needed for Homebrew/brew#9408.
  • Loading branch information
MikeMcQuaid committed Dec 16, 2020
1 parent afe6e9c commit 3b762d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ansible.rb
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ def install
"localhost ansible_connection=local",
*(" ansible_python_interpreter=" + which("python3") unless OS.mac?),
"\n",
].join("")
].join
system bin/"ansible-playbook", testpath/"playbook.yml", "-i", testpath/"hosts.ini"

# Ensure requests[security] is activated
Expand Down

0 comments on commit 3b762d2

Please sign in to comment.