Skip to content

Commit

Permalink
fix pubkey lookup error in lxc_container role
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Dec 23, 2022
1 parent 362f363 commit d540356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/lxc_container/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ argument_specs:
onboot: no
netif:
net0: name=eth0,bridge=vmbr0,ip=dhcp,firewall=0
pubkey: '{{ lookup("file", "~/.ssh/id_rsa.pub") }}'
#pubkey: '{{ lookup("file", "~/.ssh/id_rsa.pub") }}' this is checked by the argspec validator, disable
unprivileged: yes
lxccreate_timeout:
type: int
Expand Down

0 comments on commit d540356

Please sign in to comment.