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 language: python
python: ["2.7", "3.5"] python: "2.7"
dist: trusty dist: trusty
sudo: True sudo: True
group: beta group: beta
...@@ -19,7 +19,6 @@ env: ...@@ -19,7 +19,6 @@ env:
matrix: matrix:
fast_finish: True fast_finish: True
allow_failures: allow_failures:
- python: "3.5"
- env: *stretch - env: *stretch
- env: *jessie - env: *jessie
cache: cache:
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
known_hosts: known_hosts:
key: '{{ item }}' key: '{{ item }}'
state: present state: present
name: '{{ item|split()[0] }}' name: '{{ item.split()[0] }}'
path: /etc/ssh/ssh_known_hosts path: /etc/ssh/ssh_known_hosts
- name: Set premissions for the known hosts file - name: Set premissions for the known hosts file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment