Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Mar 21, 2024
1 parent b49a51a commit 5645e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
extends: default

rules:
line-length:
max: 160
truthy:
check-keys: false
2 changes: 1 addition & 1 deletion molecule/resources/playbooks/side-effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
docker_registry: "{{ lookup('env','DOCKER_REGISTRY') }}"
this_role: "lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
image_name: "dockpack/{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
image_tag: "{{ lookup('pipe', 'date +%Y%m%d%H') }}" # Generates a datetime stamp
image_tag: "{{ lookup('pipe', 'date +%Y%m%d%H') }}" # Generates a date hour stamp
tasks:
- name: Commit the container
ansible.builtin.command:
Expand Down

0 comments on commit 5645e53

Please sign in to comment.