Skip to content

Commit

Permalink
Don't use become/sudo in check_os_versions.yml
Browse files Browse the repository at this point in the history
The playbook gathers facts and reports them. We shouldn't need sudo/become for that.
  • Loading branch information
acozine authored Mar 6, 2025
1 parent 200a9c7 commit a2b6b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/utils/check_os_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: all
# hosts: staging:qa:production
remote_user: pulsys
become: true
# become: true

tasks:
- name: report operating system & version
Expand Down

0 comments on commit a2b6b30

Please sign in to comment.