Skip to content

Commit e2d2a93

Browse files
committed
linting fix
1 parent 2576d25 commit e2d2a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/safe-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- hosts: localhost
3-
gather_facts: no
4-
become: no
3+
gather_facts: false
4+
become: false
55
tasks:
66
- name: Confirm continuing if using production environment
77
ansible.builtin.pause:

0 commit comments

Comments
 (0)