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 - name: authorized_key
authorized_key: authorized_key:
user: "{{ ansible_user_id }}" user: "{{ ansible_user_id }}"
key: "{{ lookup('file', './authorized_keys') }}" key: "{{ authorized_keys }}"
when: authorized_keys when: not (not authorized_keys)
- name: sudoers - name: sudoers
become: true become: true
lineinfile: 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