Compare commits
No commits in common. "7c6810a9459ab59196779a0e10a6a3178eb7c526" and "0a5f0b7714e50971863388f87f38b7e19075b302" have entirely different histories.
7c6810a945
...
0a5f0b7714
2 changed files with 4 additions and 5 deletions
|
@ -50,6 +50,6 @@
|
||||||
become: yes
|
become: yes
|
||||||
when: ansible_facts['os_family'] == 'Debian'
|
when: ansible_facts['os_family'] == 'Debian'
|
||||||
|
|
||||||
- name: Install Ansible
|
# - name: Install Ansible
|
||||||
pip:
|
# pip:
|
||||||
name: ansible=={{ ensure_ansible_version }}
|
# name: ansible=={{ ensure_ansible_version }}
|
|
@ -35,9 +35,8 @@
|
||||||
user: "{{ item }}"
|
user: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
key: "{{ lookup('file', 'public_keys/id_{{ item }}.pub') }}"
|
key: "{{ lookup('file', 'public_keys/id_{{ item }}.pub') }}"
|
||||||
exclusive: "{{ authorized_keys_are_exclusive | bool }}"
|
|
||||||
with_items: "{{ users }}"
|
with_items: "{{ users }}"
|
||||||
ignore_errors: true
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: 'Ensure that wheel group is existing'
|
- name: 'Ensure that wheel group is existing'
|
||||||
group:
|
group:
|
||||||
|
|
Loading…
Add table
Reference in a new issue