We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need to fix exercise instructions so that networking and f5 can use more generic role/scaffolding
e.g. here is task we will have temporarily
- name: Move relevant exercises to correct location copy: src: "/tmp/workshops/exercises/ansible_{{workshop_type}}/" dest: "/home/{{ username }}/{{workshop_type}}-workshop" remote_src: true owner: "{{ username }}" group: "{{ username }}" when: - workshop_type != f5 - workshop_type != networking
need to make sure conditionals are not needed all over the place, its like duct tape
this is a placeholder....
will help with issue #683
The text was updated successfully, but these errors were encountered:
fixed with #813
Sorry, something went wrong.
No branches or pull requests
SUMMARY
need to fix exercise instructions so that networking and f5 can use more generic role/scaffolding
e.g. here is task we will have temporarily
need to make sure conditionals are not needed all over the place, its like duct tape
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
this is a placeholder....
will help with issue #683
The text was updated successfully, but these errors were encountered: