Reenable yamllint for ansible;Fix quotes
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d680b0dde4
commit
fcea2ef449
@ -26,8 +26,7 @@ steps:
|
|||||||
sed -i -e "s/<<img-password>>/$${SSH_PASSWORD}/g" \
|
sed -i -e "s/<<img-password>>/$${SSH_PASSWORD}/g" \
|
||||||
packer/preseed/UbuntuServer20.04/user-data
|
packer/preseed/UbuntuServer20.04/user-data
|
||||||
- |
|
- |
|
||||||
# yamllint -d "{extends: relaxed, rules: {line-length: disable}}" ansible packer/preseed/UbuntuServer20.04/user-data
|
yamllint -d "{extends: relaxed, rules: {line-length: disable}}" ansible packer/preseed/UbuntuServer20.04/user-data
|
||||||
yamllint -d "{extends: relaxed, rules: {line-length: disable}}" packer/preseed/UbuntuServer20.04/user-data
|
|
||||||
- |
|
- |
|
||||||
packer init -upgrade \
|
packer init -upgrade \
|
||||||
./packer
|
./packer
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
autoremove: yes
|
autoremove: yes
|
||||||
- name: Delete cloud-init files
|
- name: Delete cloud-init files
|
||||||
file:
|
file:
|
||||||
path: {{ item }}
|
path: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
loop:
|
loop:
|
||||||
- /etc/cloud
|
- /etc/cloud
|
||||||
|
Loading…
Reference in New Issue
Block a user