try another hack
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
7f37598ff0
commit
142017e95a
2 changed files with 4 additions and 2 deletions
|
@ -147,3 +147,7 @@
|
|||
- /etc/ssh/ssh_known_hosts
|
||||
when: inventory_hostname not in result.list_vms and inventory_hostname in groups['osbs_masters']+groups['osbs_nodes']
|
||||
delegate_to: osbs-control01.phx2.fedoraproject.org
|
||||
|
||||
- name: Try a hack
|
||||
set_fact:
|
||||
ansible_python_interpreter: !!null
|
||||
|
|
|
@ -70,5 +70,3 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
|
|||
# Set up variables for various files to make sure we don't forget to use.
|
||||
repoSpanner_rpms_http: 8445
|
||||
repoSpanner_ansible_http: 8443
|
||||
|
||||
ansible_python_interpreter: !!null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue