mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
linting
This commit is contained in:
parent
44cc720970
commit
24f6be332e
1 changed files with 3 additions and 1 deletions
4
main.yml
4
main.yml
|
@ -10,7 +10,9 @@
|
||||||
- name: Ensure Ansible is not being run in a world writable directory
|
- name: Ensure Ansible is not being run in a world writable directory
|
||||||
assert:
|
assert:
|
||||||
that: _playbook_dir.stat.mode|int <= 0775
|
that: _playbook_dir.stat.mode|int <= 0775
|
||||||
msg: Ansible is being run in a world writable directory ({{ playbook_dir }}), ignoring it as an ansible.cfg source. For more information see https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
|
msg: >
|
||||||
|
Ansible is being run in a world writable directory ({{ playbook_dir }}), ignoring it as an ansible.cfg source.
|
||||||
|
For more information see https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
|
||||||
|
|
||||||
- name: Ensure the requirements installed
|
- name: Ensure the requirements installed
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Add table
Reference in a new issue