Skip to content
Snippets Groups Projects
Commit cc9e2c9e authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent af056c06
No related branches found
No related tags found
No related merge requests found
---
users: []
---
galaxy_info:
author: "jurgenhaas"
company: "PARAGON Executive Services GmbH"
author: jurgenhaas
company: PARAGON Executive Services GmbH
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- precise
- quantal
- raring
- saucy
- name: Ubuntu
versions:
- precise
- quantal
- raring
- saucy
categories:
- development
- development
dependencies: []
......@@ -5,8 +5,9 @@
---
# file: main.yml
- name: Check requirements: is the user hash defined
local_action: shell echo "There are no users defined"
- name: Check requirement if the user hash is defined
shell: echo "There are no users defined"
delegate_to: localhost
when: not users
changed_when: no
failed_when: not users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment