Skip to content

Commit aa526a2

Browse files
committed
devsec: changed hosts=all to hosts={{ hostgroup | default('all') }}
1 parent 26ac38b commit aa526a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelogs/fragments/devsec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- "devsec: changed hosts=all to hosts={{ hostgroup | default('all') }} (oravirt#479)"

playbooks/dev_sec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Configure devsec Security on Hosts
3-
hosts: all
3+
hosts: "{{ hostgroup | default('all') }}"
44
any_errors_fatal: true
55
become: true
66
become_user: root

0 commit comments

Comments
 (0)