Skip to content

Commit

Permalink
support group vars overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 5, 2023
1 parent af6cda7 commit 4ce0883
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"filename": "playbooks/acs.yml",
"hashed_secret": "0eeb6b7bb932e8594b4ffe039dc15332f670cbd9",
"is_verified": false,
"line_number": 382,
"line_number": 388,
"is_secret": false
}
],
Expand Down Expand Up @@ -288,5 +288,5 @@
}
]
},
"generated_at": "2023-10-03T08:55:44Z"
"generated_at": "2023-10-05T15:58:31Z"
}
6 changes: 6 additions & 0 deletions playbooks/acs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
- not (skip_os_test | default(false) | bool)
- ansible_distribution_version | float not in os_versions

- name: Include group_vars overrides

Check failure on line 16 in playbooks/acs.yml

View workflow job for this annotation

GitHub Actions / pre-commit

syntax-check[specific]

'ansible.builtin.include_vars' is not a valid attribute for a Play
ansible.builtin.include_vars:
dir: ../vars
files_matching: override_.*
hash_behaviour: merge

- name: Run preliminary checks
ansible.builtin.import_playbook: prerun-checks.yml

Expand Down

0 comments on commit 4ce0883

Please sign in to comment.