Skip to content

Commit

Permalink
devsec: changed hosts=all to hosts={{ hostgroup | default('all') }}
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Oct 3, 2024
1 parent 26ac38b commit aa526a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/devsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "devsec: changed hosts=all to hosts={{ hostgroup | default('all') }} (oravirt#479)"
2 changes: 1 addition & 1 deletion playbooks/dev_sec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Configure devsec Security on Hosts
hosts: all
hosts: "{{ hostgroup | default('all') }}"
any_errors_fatal: true
become: true
become_user: root
Expand Down

0 comments on commit aa526a2

Please sign in to comment.