Adds option to make authorized_keys exclusive (default: false)
This commit is contained in:
parent
55fcc318cc
commit
7c6810a945
1 changed files with 3 additions and 3 deletions
|
@ -50,6 +50,6 @@
|
|||
become: yes
|
||||
when: ansible_facts['os_family'] == 'Debian'
|
||||
|
||||
# - name: Install Ansible
|
||||
# pip:
|
||||
# name: ansible=={{ ensure_ansible_version }}
|
||||
- name: Install Ansible
|
||||
pip:
|
||||
name: ansible=={{ ensure_ansible_version }}
|
Loading…
Add table
Reference in a new issue