We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7efa6c commit ca47578Copy full SHA for ca47578
environments/site/hooks/pre.yml
@@ -3,6 +3,9 @@
3
- hosts: localhost
4
gather_facts: no
5
become: no
6
+ vars:
7
+ protected_environments:
8
+ - prd
9
tasks:
10
- name: Confirm continuing if using production environment
11
ansible.builtin.pause:
0 commit comments