Skip to content
Snippets Groups Projects
Commit 0494fe72 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Fix CI

parent 25f9e2d7
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@
- name: Clean unwanted olderstuff
apt:
autoremove: yes
purge: yes
autoremove: true
purge: true
register: apt_result
retries: 3
until: apt_result is succeeded
......
......@@ -47,6 +47,6 @@
- name: Restart sshd
systemd:
enabled: yes
enabled: true
state: restarted
name: sshd
......@@ -3,7 +3,7 @@
shell: git rev-parse HEAD
register: git_version
delegate_to: 127.0.0.1
become: False
become: false
- name: Create local_fact directory
file:
......
......@@ -10,7 +10,7 @@
- name: Set ACL for re2o-dns directory
acl:
path: /var/local/re2o-services/dns
default: yes
default: true
entity: nounou
etype: group
permissions: rwx
......
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