Commit b46ba257 authored by nanahira's avatar nanahira

fix

parent 5b0d698f
- name: authorized_key
authorized_key:
user: "{{ ansible_user_id }}"
key: "{{ lookup('file', '../authorized_keys') }}"
key: "{{ lookup('file', './authorized_keys') }}"
# when: "ansible_os_family == 'Debian' or ansible_distribution_major_version|int != 8"
- name: sudoers
become: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment