Commit 873efa5a authored by nanahira's avatar nanahira

fix

parent 5aa8fc14
Pipeline #534 passed with stage
in 6 minutes and 29 seconds
- name: authorized_key
authorized_key:
user: "{{ ansible_user_id }}"
key: "{{ lookup('file', './authorized_keys') }}"
when: authorized_keys
key: "{{ authorized_keys }}"
when: not (not authorized_keys)
- name: sudoers
become: true
lineinfile:
......
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