diff options
author | heqnx <root@heqnx.com> | 2025-05-26 09:01:56 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-26 09:01:56 +0300 |
commit | f0386e1619ca5fe768972c2d835f998f5f6fed39 (patch) | |
tree | 39b1b1e207c3c9c51ba826224b8b74f7ebcbdb9d /roles/xrdp | |
parent | a529d1f47572e240118c453d87f06ddde1232e65 (diff) | |
download | ansible-playbooks-f0386e1619ca5fe768972c2d835f998f5f6fed39.tar.gz ansible-playbooks-f0386e1619ca5fe768972c2d835f998f5f6fed39.zip |
standardized booleans
Diffstat (limited to 'roles/xrdp')
-rw-r--r-- | roles/xrdp/tasks/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/xrdp/tasks/main.yaml b/roles/xrdp/tasks/main.yaml index ff0d355..ed95fbb 100644 --- a/roles/xrdp/tasks/main.yaml +++ b/roles/xrdp/tasks/main.yaml @@ -6,7 +6,7 @@ - tigervnc-xorg-extension - tigervnc-standalone-server state: present - update_cache: yes + update_cache: true - name: configure polkit rules for xrdp sessions copy: @@ -45,7 +45,7 @@ copy: src: /etc/xrdp/sesman.ini dest: /etc/xrdp/sesman.ini.bak - remote_src: yes + remote_src: true - name: disable root login in sesman.ini lineinfile: |