diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index 5dec3ee2..9fef21cf 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -1,8 +1,8 @@ --- collections: - name: community.general - version: 3.7.0 + version: 3.8.0 - name: ansible.posix version: 1.3.0 - name: community.docker - version: 1.9.1 + version: 2.0.0 diff --git a/.gitignore b/.gitignore index b2d0c015..4e78f821 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ Thumbs.db # Python specific # ################### __pycache__ + +# Logs # +######## +*.log diff --git a/README.md b/README.md index 57498113..d3ca23a0 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this --- collections: - name: community.general - version: 3.7.0 + version: 3.8.0 - name: ansible.posix version: 1.3.0 + - name: community.docker # Only required if you plan to use Molecule (see below) + version: 2.0.0 ``` **Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.