mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Ansible file module "path" is equiv to "dest"
This commit is contained in:
parent
63ab350994
commit
98f682a0e4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
- name: Remove stock netplan template
|
||||
file:
|
||||
state: absent
|
||||
dest: /etc/netplan/{{ item }}
|
||||
path: /etc/netplan/{{ item }}
|
||||
with_items:
|
||||
- "{{ netplan.stdout_lines }}"
|
||||
when: netplan.stdout.find("yaml") != -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue