Add absolute paths of executables
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
226fa9859b
commit
3426cd7ed3
@ -7,4 +7,4 @@
|
|||||||
dest: /etc/netplan/00-installer-config.yaml
|
dest: /etc/netplan/00-installer-config.yaml
|
||||||
- name: Apply netplan configuration
|
- name: Apply netplan configuration
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: netplan apply
|
cmd: /usr/sbin/netplan apply
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Apply firstboot configuration w/ ansible
|
# Apply firstboot configuration w/ ansible
|
||||||
ansible-playbook /opt/firstboot/ansible/playbook.yml | tee -a /var/log/firstboot.log > /dev/tty1
|
/usr/local/bin/ansible-playbook /opt/firstboot/ansible/playbook.yml | tee -a /var/log/firstboot.log > /dev/tty1
|
@ -1,4 +1,4 @@
|
|||||||
- name: Install ansible through pip3
|
- name: Install ansible (w/ dependencies)
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
executable: pip3
|
executable: pip3
|
||||||
|
Loading…
Reference in New Issue
Block a user