Skip to content

Commit

Permalink
ansible API change for sudo and sudo user (fixes #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbaer committed May 30, 2015
1 parent 73c34e4 commit 9b19996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elasticluster/providers/ansible_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def setup_cluster(self, cluster):
runner_callbacks=runner_cb,
forks=10,
stats=stats,
sudo=self._sudo,
sudo_user=self._sudo_user,
become=self._sudo,
become_user=self._sudo_user,
private_key_file=private_key_file,
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def ansible_pb_files():
required_packages = [
'PyCLI',
'paramiko',
'ansible',
'ansible>=1.9.0',
'voluptuous>=0.8.2',
'configobj',
# EC2 clouds
Expand Down

0 comments on commit 9b19996

Please sign in to comment.