Fix file ends

This commit is contained in:
Christer Warén 2024-04-16 21:00:07 +03:00
parent a1b064c07a
commit ccc173e9f8
8 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
!/collections/.gitkeep
/collections
__pycache__
__pycache__

View File

@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

View File

@ -13,4 +13,4 @@ action_warnings = false
inventory_unparsed_warning = false
[inventory]
host_pattern_mismatch = ignore
host_pattern_mismatch = ignore

View File

@ -36,4 +36,4 @@ python3 -m venv /opt/ansible &> /dev/null
echo "
==============================
"
"

View File

@ -4,4 +4,4 @@ all:
localhost:
vars:
ansible_connection: local
ansible_python_interpreter: "{{ansible_playbook_python}}"
ansible_python_interpreter: "{{ansible_playbook_python}}"

View File

@ -1,3 +1,3 @@
---
collections:
- containers.podman
- containers.podman

View File

@ -22,4 +22,4 @@
import_tasks: tasks/deployer.yml
tags:
- deployer
- never
- never

View File

@ -34,4 +34,4 @@
state: latest
extra_args: --upgrade
virtualenv: /opt/ansible
virtualenv_command: "python3 -m venv"
virtualenv_command: "python3 -m venv"