feat: set var
This commit is contained in:
parent
d6f8e9212f
commit
f38de6676f
1 changed files with 5 additions and 0 deletions
|
|
@ -12,3 +12,8 @@
|
|||
- name: "docker - force prune"
|
||||
ansible.builtin.command: "docker system prune --all --force --volumes"
|
||||
changed_when: false
|
||||
|
||||
# variable
|
||||
- name: "set variable"
|
||||
ansible.builtin.set_fact:
|
||||
__var_name: "var_name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue