1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/tasks
L3D 5e971278c3 Fixing deprecation warning
ANsible comes with the error:
```bash
[DEPRECATION WARNING]: evaluating gitea_fail2ban_enabled as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This
feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
```

appending ``|bool`` after a boolean variable will resolve the issue.
2019-05-23 21:19:21 +01:00
..
create_user.yml Update gitea and create shell variable 2019-04-09 13:40:38 +01:00
fail2ban.yml Bunch of improvements around testing and ansible galaxy 2019-03-16 12:11:02 +00:00
install_systemd.yml Bunch of improvements around testing and ansible galaxy 2019-03-16 12:11:02 +00:00
main.yml Fixing deprecation warning 2019-05-23 21:19:21 +01:00