Skip to content

Commit

Permalink
Fixing bootstrap pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Aug 4, 2023
1 parent 0278fea commit 92dce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/[email protected]
- 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
Expand Down

0 comments on commit 92dce94

Please sign in to comment.