This repository has been archived on 2025-04-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
common-ansible/tasks/main.yml
Sonny Bakker 00c2137695 Add skip_common_setup flag
Optionally skips default common setup
2020-11-25 15:47:56 +01:00

2 lines
95 B
YAML

- include_tasks: "setup.yml"
when: skip_common_setup is not defined or not skip_common_setup