Skip to content
Snippets Groups Projects
Commit f9d16116 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example

parents 9e39b17b 7f5d2c7b
No related branches found
No related tags found
No related merge requests found
---
language: python
python: ["2.7", "3.5"]
python: "2.7"
dist: trusty
sudo: True
group: beta
......@@ -19,7 +19,6 @@ env:
matrix:
fast_finish: True
allow_failures:
- python: "3.5"
- env: *stretch
- env: *jessie
cache:
......
......@@ -75,7 +75,7 @@
known_hosts:
key: '{{ item }}'
state: present
name: '{{ item|split()[0] }}'
name: '{{ item.split()[0] }}'
path: /etc/ssh/ssh_known_hosts
- name: Set premissions for the known hosts file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment