fix: replace deprectaed cloud-init apt parameters
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2b613ce0f8
commit
5011fcb96c
@ -1,9 +1,9 @@
|
|||||||
#jinja2: lstrip_blocks: True
|
#jinja2: lstrip_blocks: True
|
||||||
#cloud-config
|
#cloud-config
|
||||||
|
|
||||||
apt_reboot_if_required: false
|
|
||||||
package_update: true
|
package_update: true
|
||||||
package_upgrade: {{ droneci_autoscaler_agent_package_upgrade | bool | lower }}
|
package_upgrade: {{ droneci_autoscaler_agent_package_upgrade | bool | lower }}
|
||||||
|
package_reboot_if_required: false
|
||||||
{% if inst.agent_architecture | default(droneci_autoscaler_agent_architecture) == "arm" %}
|
{% if inst.agent_architecture | default(droneci_autoscaler_agent_architecture) == "arm" %}
|
||||||
|
|
||||||
bootcmd:
|
bootcmd:
|
||||||
|
Loading…
Reference in New Issue
Block a user