Fix error in runner with proxmox playbook
This commit is contained in:
parent
c403578372
commit
d26da90c82
@ -6,7 +6,7 @@
|
|||||||
- name: Adding ansible SSH Pubkey as authorized
|
- name: Adding ansible SSH Pubkey as authorized
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
src: ~/.ssh/authorized_keys
|
src: ../../Configs/authorized_keys
|
||||||
dest: /root/.ssh/authorized_keys
|
dest: /root/.ssh/authorized_keys
|
||||||
- name: Adding PVE-no-subscription repo
|
- name: Adding PVE-no-subscription repo
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user