diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index b0dfb4a..181b89e 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - run: | - pacman --sync --refresh --noconfirm python sudo + pacman --sync --refresh --noconfirm python sudo base-devel useradd ansible --create-home passwd --delete ansible echo 'ansible ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers