Skip to content

Add missing become when enabling bluetooth service #48

Add missing become when enabling bluetooth service

Add missing become when enabling bluetooth service #48

Workflow file for this run

---
name: Run bootstrap script
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
jobs:
bootstrap:
runs-on: ubuntu-latest
container:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/[email protected]
- run: |
pacman --sync --refresh --noconfirm python sudo
useradd ansible --create-home
passwd --delete ansible
echo 'ansible ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
sudo --user ansible ./bootstrap.sh