Skip to content
Snippets Groups Projects
Verified Commit fe3938f3 authored by Chris Croome's avatar Chris Croome
Browse files

typo fixed

parent 97196c54
No related branches found
Tags 2.4.0
No related merge requests found
Pipeline #31732 passed
......@@ -8,9 +8,9 @@
#
# You should have received a copy of the GNU General Public License along with the Webarchitects Docker Ansible role. If not, see <https://www.gnu.org/licenses/>.
---
- name: Skip the tasks in this role as ans is false
- name: Skip the tasks in this role as docker is false
ansible.builtin.debug:
msg: "The ans variable need to be true for the tasks in this role to run."
msg: "The docker variable need to be true for the tasks in this role to run."
when: >-
( docker is not defined ) or
( not docker | bool )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment