diff --git a/defaults/main.yml b/defaults/main.yml index 108c3d8..395c009 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -11,4 +11,5 @@ users: - vagrant sudoers: - vagrant -ensure_ansible_version: 2.10.3 \ No newline at end of file +ensure_ansible_version: 2.10.3 +authorized_keys_are_exclusive: false # Be careful, this will delete non-Ansible-managed authorized keys from the target! \ No newline at end of file diff --git a/tasks/main.yml b/tasks/main.yml index cd239a5..13908de 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -50,6 +50,6 @@ become: yes when: ansible_facts['os_family'] == 'Debian' -- name: Install Ansible - pip: - name: ansible=={{ ensure_ansible_version }} \ No newline at end of file +# - name: Install Ansible +# pip: +# name: ansible=={{ ensure_ansible_version }} \ No newline at end of file