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 2576d25 commit e2d2a93Copy full SHA for e2d2a93
ansible/safe-env.yml
@@ -1,7 +1,7 @@
1
---
2
- hosts: localhost
3
- gather_facts: no
4
- become: no
+ gather_facts: false
+ become: false
5
tasks:
6
- name: Confirm continuing if using production environment
7
ansible.builtin.pause:
0 commit comments