Testing for LearnLinuxTV Ansible Bug #1.
This commit is contained in:
parent
b3728f691b
commit
36e2e6ee4b
@ -6,4 +6,4 @@
|
|||||||
path: /root/.ssh/id_rsa
|
path: /root/.ssh/id_rsa
|
||||||
|
|
||||||
- name: Join System to 1337 Share
|
- name: Join System to 1337 Share
|
||||||
shell: ssh-copy-id ling@leet
|
shell: ssh-copy-id -f -i /root/.ssh/id_rsa ling@leet
|
@ -20,3 +20,4 @@
|
|||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
create_home: yes
|
create_home: yes
|
||||||
generate_ssh_key: yes
|
generate_ssh_key: yes
|
||||||
|
password: "{{ ling_passwd }}"
|
||||||
|
@ -11,6 +11,12 @@
|
|||||||
- locate
|
- locate
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Testing Cache Refresh Conditions for LearnLinuxTV/personal_ansible_desktop_configs Bug1
|
||||||
|
package:
|
||||||
|
update_cache: yes
|
||||||
|
when: ansible_distribution in ["Debian", "Ubuntu"] or
|
||||||
|
ansible_os_family in ["Debian", "Ubuntu"]
|
||||||
|
|
||||||
- name: Remove Repo Software
|
- name: Remove Repo Software
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user