caktus / tequila-common

Ansible role for setting up users, keys, directories, and a firewall for a Django server
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Use module:options format for all tasks #24

Closed cchurch closed 5 years ago

cchurch commented 5 years ago

Consistently use the recommended module:options format for all tasks.

Change include to include_tasks (which limits role support to Ansible 2.4 and later only).

Fix a few other ansible-lint warnings and simplify creation of project-related directories.