mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Checkpoint test: Use variable for profile
This commit is contained in:
parent
4c6db0c90d
commit
aa34c91e67
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
persistent_state: absent
|
||||
state: down
|
||||
- file:
|
||||
dest: /etc/sysconfig/network-scripts/ifcfg-cptstbr
|
||||
dest: "/etc/sysconfig/network-scripts/ifcfg-{{ interface }}"
|
||||
state: absent
|
||||
- command: ip link del "{{ interface }}"
|
||||
ignore_errors: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue