summaryrefslogtreecommitdiffstats
path: root/test/package-check-failure.yml
blob: 8c25f3cc678ee9b602ec7f55f4088906fc3b4d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- hosts: localhost
  tasks:
  - name: install ansible
    yum: name=ansible state=latest

  - name: install ansible-lint
    pip: name=ansible-lint
    args:
      state: latest

  - name: install some-package
    package:
      name: some-package
      state: latest