summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/apt/handlers/main.yml
blob: 0b6a98f7fc5df2fee3ebb0ce90bcb4ac25d469bb (plain)
1
2
3
4
- name: remove package hello
  apt:
    name: hello
    state: absent