Change latest by present
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
440305d0fc
commit
3f730149ac
2 changed files with 8 additions and 2 deletions
|
|
@ -3,4 +3,7 @@
|
|||
include_tasks: add_repo_{{ ansible_os_family }}.yml
|
||||
|
||||
- name: Install packages
|
||||
package: name='{{ powershell_packages }}' state=latest update_cache=yes
|
||||
package:
|
||||
name: '{{ powershell_packages }}'
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
|
|
|||
|
|
@ -23,4 +23,7 @@
|
|||
- ansible_distribution == "Debian"
|
||||
|
||||
- name: Remove AnsiPowerShellble's packages
|
||||
package: name='{{ powershell_packages }}' state=absent update_cache=yes
|
||||
package:
|
||||
name: '{{ powershell_packages }}'
|
||||
state: absent
|
||||
update_cache: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue