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

Merge branch 'renaming_roles_plays_and_tasks' into 'develop'

Renamed roles and tasks so to avoid confusion

See merge request !11
parents e92e586a d47ca2eb
Branches
Tags
1 merge request!11Renamed roles and tasks so to avoid confusion
Pipeline #84123 passed
Showing
with 6 additions and 6 deletions
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
gather_facts: false gather_facts: false
roles: roles:
- Juniper.junos - Juniper.junos
- roles/iptrunks - roles/iptrunk
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
gather_facts: false gather_facts: false
roles: roles:
- Juniper.junos - Juniper.junos
- roles/iptrunks_checks - roles/iptrunk_checks
File moved
File moved
File moved
File moved
...@@ -57,17 +57,17 @@ ...@@ -57,17 +57,17 @@
msg: "{{ opid }}" msg: "{{ opid }}"
- name: Include compiling the template - name: Include compiling the template
ansible.builtin.include_tasks: iptrunks_compile_object.yaml ansible.builtin.include_tasks: compile_object.yaml
when: (verb in verbs) when: (verb in verbs)
- name: Include the deployment tasks if specified - 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" when: verb == "deploy"
- name: Include the removal tasks if specified - 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" when: verb == "terminate"
- name: Include the modification tasks if specified - 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" 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