Skip to content
Snippets Groups Projects
Commit d47ca2eb authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Renamed roles and tasks so to avoid confusion

parent e92e586a
No related branches found
No related tags found
1 merge request!11Renamed roles and tasks so to avoid confusion
Pipeline #84122 passed
Showing
with 6 additions and 6 deletions
......@@ -4,4 +4,4 @@
gather_facts: false
roles:
- Juniper.junos
- roles/iptrunks
- roles/iptrunk
......@@ -4,4 +4,4 @@
gather_facts: false
roles:
- Juniper.junos
- roles/iptrunks_checks
- roles/iptrunk_checks
File moved
File moved
File moved
File moved
......@@ -57,17 +57,17 @@
msg: "{{ opid }}"
- name: Include compiling the template
ansible.builtin.include_tasks: iptrunks_compile_object.yaml
ansible.builtin.include_tasks: compile_object.yaml
when: (verb in verbs)
- name: Include the deployment tasks if specified
ansible.builtin.include_tasks: iptrunks_deploy_object.yaml
ansible.builtin.include_tasks: deploy_object.yaml
when: verb == "deploy"
- name: Include the removal tasks if specified
ansible.builtin.include_tasks: iptrunks_remove_trunk.yaml
ansible.builtin.include_tasks: remove_trunk.yaml
when: verb == "terminate"
- name: Include the modification tasks if specified
ansible.builtin.include_tasks: iptrunk_modify_trunk.yaml
ansible.builtin.include_tasks: modify_trunk.yaml
when: verb == "modify"
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment