Skip to content

Commit

Permalink
Fix issue #201
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jan 30, 2017
1 parent e5715a4 commit 17306bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions IM/ConfManager.py
Expand Up @@ -1390,13 +1390,6 @@ def configure_ansible(self, ssh, tmp_dir):
recipe_out.close()

self.inf.add_cont_msg("Performing preliminary steps to configure Ansible.")
# TODO: check to do it with ansible
ConfManager.logger.debug("Inf ID: " + str(self.inf.id) +
": Check if python-simplejson is installed in REL 5 systems")
(stdout, stderr, _) = ssh.execute(
"cat /etc/redhat-release | grep \"release 5\" && sudo yum -y install python-simplejson", 120)
ConfManager.logger.debug(
"Inf ID: " + str(self.inf.id) + ": " + stdout + stderr)

ConfManager.logger.debug(
"Inf ID: " + str(self.inf.id) + ": Remove requiretty in sshd config")
Expand Down

0 comments on commit 17306bd

Please sign in to comment.