75:082685c4bd2a | 76:9c024e39a565 |
---|---|
1 --- | 1 --- |
2 | 2 |
3 - include: dist-debian.yml | 3 - include: dist-debian.yml |
4 when: ansible_os_family == 'Debian' | 4 when: ansible_os_family == 'Debian' |
5 | 5 |
6 - name: "ssh : Sync system ssh_known_hosts" | 6 - name: "Sync system ssh_known_hosts" |
7 copy: | 7 copy: |
8 src: ssh_known_hosts | 8 src: ssh_known_hosts |
9 dest: /etc/ssh/ssh_known_hosts | 9 dest: /etc/ssh/ssh_known_hosts |
10 mode: 0644 | 10 mode: 0644 |
11 tags: ssh | 11 tags: ssh |