Skip to content
Snippets Groups Projects
Commit efc2ea97 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Change remaining false to no

parent 3c256643
Branches
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@
with_items:
- /root/.composer
- '{{( composer_home_path }})'
when: composer_github_oauth != false or composer_http_basic != false
when: composer_github_oauth != no or composer_http_basic != no
......@@ -8,4 +8,4 @@
- name: Test if composer file exist
fail:
msg: "{{ composer_path }} doesn't exist"
when: composer_stat.stat.exists == false
when: composer_stat.stat.exists == no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment